summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2008-12-02 15:34:08 -0500
committerIngo Molnar <mingo@elte.hu>2008-12-03 08:56:21 +0100
commit347fdd9dd4e5d3f3a4e415925c35bdff1d59c3a9 (patch)
treec5556f49791524ae1dee92424afc85d78c700c1d /tools/perf/scripts/python/bin/stackcollapse-record
parent8789a9e7df6bf9b93739c4c7d4e380725bc9e936 (diff)
downloadkernel-347fdd9dd4e5d3f3a4e415925c35bdff1d59c3a9.tar.gz
ftrace: clean up function graph asm
Impact: clean up There exists macros for x86 asm to handle x86_64 and i386. This patch updates function graph asm to use them. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Acked-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
d> 2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff 2017-03-27perf report: Show inline stack for stdio modeJin Yao 2016-11-14perf report: Show branch info in callchain entry for stdio modeJin Yao 2016-09-22perf hists: Make hists__fprintf_headers function globalJiri Olsa 2016-09-22perf hists: Make __hist_entry__snprintf function globalJiri Olsa 2016-09-22perf hists: Add __hist_entry__snprintf functionJiri Olsa 2016-09-21perf hists: Use bigger buffer for stdio headersJiri Olsa 2016-09-20perf hists: Factor out hists__reset_column_width()Namhyung Kim 2016-09-13perf ui/stdio: Rename print_hierarchy_header()Namhyung Kim 2016-09-13perf ui/stdio: Always reset output width for hierarchyNamhyung Kim 2016-08-23perf hists: Add support for header spanJiri Olsa 2016-08-23perf tools stdio: Display multiple header linesJiri Olsa 2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa 2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa 2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa 2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa 2016-06-15perf stdio: Do not pass hists in hist_entry__fprintfJiri Olsa 2016-06-15perf stdio: Separate standard headers outputJiri Olsa 2016-06-15perf stdio: Separate hierarchy headers outputJiri Olsa 2016-06-15perf stdio: Separate headers outputJiri Olsa 2016-04-07perf tools: Introduce trim functionJiri Olsa 2016-03-08perf report: Use hierarchy hpp list on stdioNamhyung Kim 2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim 2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim 2016-02-26perf report: Left align dynamic entries in hierarchyNamhyung Kim 2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim 2016-02-26perf report: Show message for percent limit on stdioNamhyung Kim 2016-02-24perf ui/stdio: Align column header for hierarchy outputNamhyung Kim 2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim 2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo