diff options
author | 2015-05-05 11:29:50 +0900 | |
---|---|---|
committer | 2015-05-05 18:13:04 -0300 | |
commit | 9f7811d08dcf7b3e900cbc0d8384b713a86b034f (patch) | |
tree | 44f62cd643dab1727cceb126ce2a97b350507226 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | perf probe: Allow to use filter on --del command (diff) | |
download | linux-dev-9f7811d08dcf7b3e900cbc0d8384b713a86b034f.tar.xz linux-dev-9f7811d08dcf7b3e900cbc0d8384b713a86b034f.zip |
perf probe: Accept filter argument for --funcs
This allows the user to pass the filter pattern directly to the --funcs
option as below:
----
# ./perf probe -F *kmalloc
__kmalloc
devm_kmalloc
mempool_kmalloc
sg_kmalloc
sock_kmalloc
----
We previously needed to use the --filter option for that.
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20150505022950.23399.22435.stgit@localhost.localdomain
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions