Searched refs:perf_pmu__format_unpack (Results 1 – 3 of 3) sorted by relevance
289 u64 perf_pmu__format_unpack(unsigned long *format, u64 config_val);
1407 *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()
1347 u64 perf_pmu__format_unpack(unsigned long *format, u64 config_val) in perf_pmu__format_unpack() function