index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
2014-10-15
perf tools: Add support to new style format of kernel PMU event
Kan Liang
2014-10-15
perf tools: Parse the pmu event prefix and suffix
Kan Liang
2014-10-15
Revert "perf tools: Default to cpu// for events v5"
Kan Liang
2014-10-15
perf top: Add a visual cue for toggle zeroing of samples
Taeung Song
2014-10-15
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-10-14
perf symbols: Make sym->end be the first address after the symbol range
Arnaldo Carvalho de Melo
2014-10-14
perf symbols: Fix map->end fixup
Arnaldo Carvalho de Melo
2014-10-14
perf tools: Fixup off-by-one comparision in maps__find
Namhyung Kim
2014-10-14
perf tools: fix off-by-one error in maps
Stephane Eranian
2014-10-14
perf machine: Add missing dsos->root rbtree root initialization
Arnaldo Carvalho de Melo
2014-10-14
perf evsel: Make some exit routines static
Arnaldo Carvalho de Melo
2014-10-14
perf evsel: Add missing 'target' struct forward declaration
Arnaldo Carvalho de Melo
2014-10-14
perf evlist: Default to syswide target when no thread/cpu maps set
Arnaldo Carvalho de Melo
2014-10-14
perf evlist: Check that there is a thread_map when preparing a workload
Arnaldo Carvalho de Melo
2014-10-14
perf thread_map: Create dummy constructor out of open coded equivalent
Arnaldo Carvalho de Melo
2014-10-14
perf tools: Remove hists from evsel
Arnaldo Carvalho de Melo
2014-10-14
perf callchain: Move the callchain_param extern to callchain.h
Arnaldo Carvalho de Melo
2014-10-14
perf evsel: Subclassing
Arnaldo Carvalho de Melo
2014-10-14
perf session: Remove last reference to hists struct
Arnaldo Carvalho de Melo
2014-10-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-10-10
perf ui browsers: Add missing include
Arnaldo Carvalho de Melo
2014-10-10
perf tools: Move events_stats struct to event.h
Arnaldo Carvalho de Melo
2014-10-10
perf session: Don't count per evsel events
Arnaldo Carvalho de Melo
2014-10-09
perf evsel: Add hists helper
Arnaldo Carvalho de Melo
2014-10-09
perf script: Stop updating hists stats, not used
Arnaldo Carvalho de Melo
2014-10-09
perf sched: Stop updating hists stats, not used
Arnaldo Carvalho de Melo
2014-10-09
saner perf_atoll()
Al Viro
2014-10-03
perf callchain: Move callchain_param to util object in to fix python test
Jiri Olsa
2014-10-03
perf kvm stat live: Use fdarray object instead of pollfd
Jiri Olsa
2014-10-03
perf kvm stat live: Use perf_evlist__add_pollfd return fd position
Jiri Olsa
2014-10-03
perf kvm stat live: Fix perf_evlist__add_pollfd error handling
Jiri Olsa
2014-10-01
perf record: Fix error message for --filter option not coming after tracepoint
Arnaldo Carvalho de Melo
2014-10-01
perf tools: Fix build breakage on arm64 targets
Will Deacon
2014-10-01
perf symbols: Improve DSO long names lookup speed with rbtree
Waiman Long
2014-09-30
perf symbols: Encapsulate dsos list head into struct dsos
Waiman Long
2014-09-29
perf bench futex: Sanitize -q option in requeue
Davidlohr Bueso
2014-09-29
perf bench futex: Support operations for shared futexes
Davidlohr Bueso
2014-09-29
perf trace: Fix mmap return address truncation to 32-bit
Chang Hyun Park
2014-09-29
perf tools: Refactor unit and scale function parameters
Matt Fleming
2014-09-26
perf tools: Fix line number in the config file error message
Jiri Olsa
2014-09-26
perf tools: Convert {record,top}.call-graph option to call-graph.record-mode
Namhyung Kim
2014-09-26
perf tools: Introduce perf_callchain_config()
Namhyung Kim
2014-09-26
perf callchain: Move some parser functions to callchain.c
Namhyung Kim
2014-09-26
perf tools: Move callchain config from record_opts to callchain_param
Namhyung Kim
2014-09-26
perf hists browser: Fix callchain print bug on TUI
Namhyung Kim
2014-09-26
perf tools: Use ACCESS_ONCE() instead of volatile cast
Pranith Kumar
2014-09-26
perf tools: Modify error code for when perf_session__new() fails
Taeung Song
2014-09-26
perf tools: Fix perf record as non root with kptr_restrict == 1
Andi Kleen
2014-09-26
perf stat: Fix --per-core on multi socket systems
Andi Kleen
2014-09-25
perf trace: Filter out POLLHUP'ed file descriptors
Arnaldo Carvalho de Melo
[next]