mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git
synced 2026-04-18 06:34:27 -04:00
perf script: Add option to pass arguments to dlfilters
Add option --dlarg to pass arguments to dlfilters. The --dlarg option can be repeated to pass more than 1 argument. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Leo Yan <leo.yan@linaro.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20210627131818.810-5-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
committed by
Arnaldo Carvalho de Melo
parent
638e2b9984
commit
3d032a2516
@@ -102,6 +102,10 @@ OPTIONS
|
||||
Filter sample events using the given shared object file.
|
||||
Refer linkperf:perf-dlfilter[1]
|
||||
|
||||
--dlarg=<arg>::
|
||||
Pass 'arg' as an argument to the dlfilter. --dlarg may be repeated
|
||||
to add more arguments.
|
||||
|
||||
--list-dlfilters=::
|
||||
Display a list of available dlfilters. Use with option -v (must come
|
||||
before option --list-dlfilters) to show long descriptions.
|
||||
|
||||
Reference in New Issue
Block a user