diff options
author | Changbin Du <[email protected]> | 2020-08-08 10:31:25 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-08-14 08:36:38 -0300 |
commit | d6d81bfe429ee7e3e59388d16741b354a2484f0f (patch) | |
tree | 293518febdc588b4f20910aa32729505ed15f784 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | eb6d31ae22d7767789e3c079444157ea40114884 (diff) |
perf ftrace: Add option '-F/--funcs' to list available functions
This adds an option '-F/--funcs' to list all available functions to
trace, which is read from tracing file 'available_filter_functions'.
$ sudo ./perf ftrace -F | head
trace_initcall_finish_cb
initcall_blacklisted
do_one_initcall
do_one_initcall
trace_initcall_start_cb
run_init_process
try_to_run_init_process
match_dev_by_label
match_dev_by_uuid
rootfs_init_fs_context
$
Committer notes:
This is the same command line option and for the same purpose as in
'perf probe'.
Signed-off-by: Changbin Du <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt (VMware) <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions