Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_ADDR (Results 1 – 9 of 9) sorted by relevance

/tools/perf/tests/attr/
Dtest-record-data9 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/tools/include/uapi/linux/
Dperf_event.h126 PERF_SAMPLE_ADDR = 1U << 3, enumerator
/tools/perf/tests/
Dsample-parsing.c45 if (type & PERF_SAMPLE_ADDR) in samples_same()
/tools/perf/util/
Ddb-export.c405 if ((evsel->attr.sample_type & PERF_SAMPLE_ADDR) && in db_export__sample()
Devsel.c132 if (sample_type & PERF_SAMPLE_ADDR) in __perf_evsel__calc_id_pos()
1789 if (type & PERF_SAMPLE_ADDR) { in perf_evsel__parse_sample()
2003 if (type & PERF_SAMPLE_ADDR) in perf_event__sample_event_size()
2137 if (type & PERF_SAMPLE_ADDR) { in perf_event__synthesize_sample()
Devent.h81 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
Dintel-bts.c823 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_bts_synth_events()
Dintel-pt.c2053 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_pt_synth_events()
/tools/perf/
Dbuiltin-script.c254 perf_evsel__do_check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", in perf_evsel__check_attr()
662 ((evsel->attr.sample_type & PERF_SAMPLE_ADDR) && in print_sample_bts()