commit | a3e0ee72dd7c4979d841943e43e62ca8c0d868b3 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Fri Jun 05 13:52:54 2015 -0700 |
committer | Andi Kleen <ak@linux.intel.com> | Thu Jul 14 15:49:11 2016 -0700 |
tree | 81af55f48d02ba30fc2847a0b59e9b1ec434c5bc | |
parent | 52b741c1d94c3b0e3dd9bb2537382d32845fd2ea [diff] |
perf, tools: Expand PMU events by prefix match When the user specifies a pmu directly, expand it automatically with a prefix match, similar as we do for the normal aliases now. This allows to specify attributes for duplicated boxes quickly. For example uncore_cbox_{0,8}/.../ can be now specified as cbox/.../ and it gets automatically expanded. Signed-off-by: Andi Kleen <ak@linux.intel.com>