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);
1413 *val = perf_pmu__format_unpack(format->bits, in evsel__get_config_val() 1417 *val = perf_pmu__format_unpack(format->bits, in evsel__get_config_val() 1421 *val = perf_pmu__format_unpack(format->bits, in evsel__get_config_val() 1425 *val = perf_pmu__format_unpack(format->bits, in evsel__get_config_val() 1429 *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