Home
last modified time | relevance | path

Searched refs:perf_pmu__format_unpack (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dpmu.h289 u64 perf_pmu__format_unpack(unsigned long *format, u64 config_val);
H A Devsel.c1407 *val = perf_pmu__format_unpack(format->bits, in evsel__get_config_val()
1411 *val = perf_pmu__format_unpack(format->bits, in evsel__get_config_val()
1415 *val = perf_pmu__format_unpack(format->bits, in evsel__get_config_val()
1419 *val = perf_pmu__format_unpack(format->bits, in evsel__get_config_val()
1423 *val = perf_pmu__format_unpack(format->bits, in evsel__get_config_val()
H A Dpmu.c1347 u64 perf_pmu__format_unpack(unsigned long *format, u64 config_val) in perf_pmu__format_unpack() function