PERF_SAMPLE_      127 tools/perf/util/evlist.h 	__perf_evlist__set_sample_bit(evlist, PERF_SAMPLE_##bit)
PERF_SAMPLE_      130 tools/perf/util/evlist.h 	__perf_evlist__reset_sample_bit(evlist, PERF_SAMPLE_##bit)
PERF_SAMPLE_      209 tools/perf/util/evsel.h 	__perf_evsel__set_sample_bit(evsel, PERF_SAMPLE_##bit)
PERF_SAMPLE_      212 tools/perf/util/evsel.h 	__perf_evsel__reset_sample_bit(evsel, PERF_SAMPLE_##bit)
PERF_SAMPLE_       30 tools/perf/util/perf_event_attr_fprintf.c #define bit_name(n) { PERF_SAMPLE_##n, #n }