diff options
| author | Agustin Vega-Frias <[email protected]> | 2018-03-06 09:04:42 -0500 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-03-08 10:05:25 -0300 |
| commit | b2b9d3a3f0211c5d08c7befdf9d4adad48cda315 (patch) | |
| tree | eab971ecd575e37069fe67077ad3fec069beb70c /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | ea66536ab2cac7ba1553a677b8114f1b120cd9f2 (diff) | |
perf pmu: Support wildcards on pmu name in dynamic pmu events
Starting on v4.12 event parsing code for dynamic pmu events already
supports prefix-based matching of multiple pmus when creating dynamic
events. E.g., in a system with the following dynamic pmus:
mypmu_0
mypmu_1
mypmu_2
mypmu_4
passing mypmu/<config>/ as an event spec will result in the creation of
the event in all of the pmus. This change expands this matching through
the use of fnmatch so glob-like expressions can be used to create events
in multiple pmus. E.g., in the system described above if a user only
wants to create the event in mypmu_0 and mypmu_1, mypmu_[01]/<config>/
can be passed.
Signed-off-by: Agustin Vega-Frias <[email protected]>
Acked-by: Andi Kleen <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: [email protected]
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Timur Tabi <[email protected]>
Change-Id: Icb25653fc5d5239c20f3bffdfdf4ab4c9c9bb20b
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions