Home
last modified time | relevance | path

Searched refs:perf_can_sample_identifier (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dperf_api_probe.h13 bool perf_can_sample_identifier(void);
H A Drecord.c123 use_sample_identifier = perf_can_sample_identifier(); in evlist__config()
131 use_sample_identifier = perf_can_sample_identifier(); in evlist__config()
H A Dperf_api_probe.c112 bool perf_can_sample_identifier(void) in perf_can_sample_identifier() function
H A Dsideband_evlist.c108 bool can_sample_identifier = perf_can_sample_identifier(); in evlist__start_sb_thread()