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
/
util
/
callchain.c
Age
Commit message (
Expand
)
Author
2016-11-07
perf callchain: Fixup help/config for no-unwinding
Rabin Vincent
2016-05-05
perf hists: Move sort__has_parent into struct perf_hpp_list
Jiri Olsa
2016-04-18
perf callchain: Set callchain_param.enabled when parsing --call-graph
Arnaldo Carvalho de Melo
2016-04-14
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
2016-02-19
perf callchain: Check return value of append_chain_children()
Namhyung Kim
2016-02-19
perf callchain: Check return value of split_add_child()
Namhyung Kim
2016-02-19
perf callchain: Add enum match_result for match_chain()
Namhyung Kim
2016-02-19
perf callchain: Check return value of fill_node()
Namhyung Kim
2016-02-19
perf callchain: Check return value of add_child()
Namhyung Kim
2016-01-08
perf top: Decay periods in callchains
Namhyung Kim
2015-11-26
perf top: Fix freeze on --call-graph flat/folded
Namhyung Kim
2015-11-19
perf hists browser: Support flat callchains
Namhyung Kim
2015-11-19
perf report: Add callchain value option
Namhyung Kim
2015-11-19
perf callchain: Add count fields to struct callchain_node
Namhyung Kim
2015-11-19
perf callchain: Abstract callchain print function
Namhyung Kim
2015-11-19
perf report: Support folded callchain mode on --stdio
Namhyung Kim
2015-10-22
perf tools: Defaults to 'caller' callchain order only if --children is enabled
Namhyung Kim
2015-10-22
perf top: Support call-graph display options also
Namhyung Kim
2015-08-08
perf callchain: Move option parsing code to util.c
Kan Liang
2015-08-05
perf tools: Refine parse/config callchain functions
Kan Liang
2015-02-18
perf tools: Enable LBR call stack support
Kan Liang
2015-01-08
perf callchain: Free callchains when hist entries are deleted
Namhyung Kim
2014-12-09
perf callchain: Fixup parameter handling error message
Kan Liang
2014-12-01
perf callchain: Support handling complete branch stacks as histograms
Andi Kleen
2014-11-24
perf callchain: Make get_srcline fall back to sym+offset
Andi Kleen
2014-11-24
perf callchain: Enable printing the srcline in the history
Andi Kleen
2014-11-19
perf callchain: Use a common function to resolve symbol or name
Andi Kleen
2014-10-29
perf thread: Adopt resolve_callchain method from machine
Arnaldo Carvalho de Melo
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-08-15
perf report: Relax -g option parsing not to limit the option order
Namhyung Kim
2014-07-16
perf callchain: Fix appending a callchain from a previous sample
Adrian Hunter
2014-06-01
perf tools: Update cpumode for each cumulative entry
Namhyung Kim
2014-06-01
perf hists: Accumulate hist entry stat based on the callchain
Namhyung Kim
2014-04-22
perf callchain: Add generic report parse callchain callback function
Don Zickus
2014-01-17
perf tools: Remove unnecessary callchain cursor state restore on unmatch
Frederic Weisbecker
2014-01-17
perf callchain: Spare double comparison of callchain first entry
Frederic Weisbecker
2014-01-15
perf tools: Factor out sample__resolve_callchain()
Namhyung Kim
2013-10-21
perf callchain: Convert children list to rbtree
Namhyung Kim
2013-08-29
perf callchain: Remove unnecessary validation
Adrian Hunter
2013-07-22
perf tools: Support callchain sorting based on addresses
Andi Kleen
2013-02-06
perf tools: Fix calloc argument ordering
Paul Gortmaker
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-05-31
perf callchain: Make callchain cursors TLS
Namhyung Kim
2011-01-29
perf tools: Kill event_t typedef, use 'union perf_event' instead
Arnaldo Carvalho de Melo
2011-01-22
perf callchain: Don't give arbitrary gender to callchain tree nodes
Frederic Weisbecker
2011-01-22
perf callchain: Rename register_callchain_param into callchain_register_param
Frederic Weisbecker
2011-01-22
perf callchain: Rename cumul_hits into callchain_cumul_hits
Frederic Weisbecker
2011-01-22
perf callchain: Feed callchains into a cursor
Frederic Weisbecker
2010-08-22
perf: Support for callchains merge
Frederic Weisbecker
[prev]
[next]