summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-05-12 16:26:45 -0400
committerDavid S. Miller <davem@davemloft.net>2011-05-12 16:26:45 -0400
commitd44cf14ddf5a7e61d7acf13bc430111783d9c6aa (patch)
treed2e3403e4ba51327b329e57124c3ec429dd89001 /tools/perf/scripts/python/call-graph-from-sql.py
parent21ccc7936dac5ca9b3e2838bbc112a60f34e18b3 (diff)
parent747df2258b1b9a2e25929ef496262c339c380009 (diff)
downloadkernel-d44cf14ddf5a7e61d7acf13bc430111783d9c6aa.tar.gz
Merge branch 'sfc-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-2.6
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions
00'>2022-07-20perf scripting perl: Ignore some warnings to keep building with perl headersArnaldo Carvalho de Melo 2022-07-20perf script python: Add machine_pid and vcpuAdrian Hunter 2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter 2022-05-27perf scripting python: Expose dso and map informationLeo Yan 2022-04-11perf scripting python: Expose symbol offset and source informationEelco Chaudron 2022-02-15perf scripting python: Add all sample flags to DB exportAdrian Hunter 2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers 2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds 2022-01-12perf cpumap: Give CPUs their own typeIan Rogers 2021-12-16perf arch: Support register names from all archsGerman Gomez 2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu 2021-09-03perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan 2021-07-07perf script python: Fix buffer size to report iregs in perf scriptKajol Jain 2021-06-01perf scripting python: Assign perf_script_contextAdrian Hunter 2021-06-01perf scripting: Add perf_session to scripting_contextAdrian Hunter 2021-06-01perf scripting: Add scripting_context__update()Adrian Hunter 2021-05-25perf scripting python: Add auxtrace errorAdrian Hunter 2021-05-25perf scripting python: Add context switchAdrian Hunter 2021-05-25perf scripting python: Add cpumodeAdrian Hunter 2021-05-25perf scripting python: Add IPCAdrian Hunter 2021-05-25perf scripting python: Add sample flagsAdrian Hunter 2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter 2021-05-25perf scripting python: Factor out set_sym_in_dict()Adrian Hunter 2021-05-25perf scripting python: Fix tuple_set_u64()Adrian Hunter 2021-05-25perf script: Find script file relative to exec pathAdrian Hunter 2021-03-23perf tools: Fix various typos in commentsIngo Molnar 2020-11-03perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo 2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa 2020-10-14perf tools: Use build_id object in dsoJiri Olsa