Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/tests/attr/
Dtest-record-data9 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/external/kernel-headers/original/uapi/linux/
Dperf_event.h125 PERF_SAMPLE_ADDR = 1U << 3, enumerator
/external/linux-tools-perf/src/tools/perf/util/
Devent.h67 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
Devsel.c78 if (sample_type & PERF_SAMPLE_ADDR) in __perf_evsel__calc_id_pos()
1305 if (type & PERF_SAMPLE_ADDR) { in perf_evsel__parse_sample()
1492 if (type & PERF_SAMPLE_ADDR) in perf_event__sample_event_size()
1613 if (type & PERF_SAMPLE_ADDR) { in perf_event__synthesize_sample()
Dpython.c997 { "SAMPLE_ADDR", PERF_SAMPLE_ADDR },
/external/linux-tools-perf/src/tools/perf/tests/
Dsample-parsing.c44 if (type & PERF_SAMPLE_ADDR) in samples_same()
/external/v8/tools/
Dll_prof.py586 PERF_SAMPLE_ADDR = 1 << 3 variable
602 ("addr", "u64", PERF_SAMPLE_ADDR),
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-script.c191 perf_evsel__check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", in perf_evsel__check_attr()