Searched hist:"9 f7811d08dcf7b3e900cbc0d8384b713a86b034f" (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/Documentation/ |
H A D | perf-probe.txt | diff 9f7811d08dcf7b3e900cbc0d8384b713a86b034f Tue May 05 04:29:50 CEST 2015 Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> 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>
|
/linux/tools/perf/ |
H A D | builtin-probe.c | diff 9f7811d08dcf7b3e900cbc0d8384b713a86b034f Tue May 05 04:29:50 CEST 2015 Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> 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>
|