Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/attr/
Dtest-record-data9 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/linux-4.1.27/include/uapi/linux/
Dperf_event.h125 PERF_SAMPLE_ADDR = 1U << 3, enumerator
/linux-4.1.27/tools/perf/tests/
Dsample-parsing.c45 if (type & PERF_SAMPLE_ADDR) in samples_same()
/linux-4.1.27/tools/perf/util/
Devent.h76 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
Ddb-export.c327 if ((evsel->attr.sample_type & PERF_SAMPLE_ADDR) && in db_export__sample()
Devsel.c128 if (sample_type & PERF_SAMPLE_ADDR) in __perf_evsel__calc_id_pos()
1480 if (type & PERF_SAMPLE_ADDR) { in perf_evsel__parse_sample()
1695 if (type & PERF_SAMPLE_ADDR) in perf_event__sample_event_size()
1829 if (type & PERF_SAMPLE_ADDR) { in perf_event__synthesize_sample()
Dpython.c991 { "SAMPLE_ADDR", PERF_SAMPLE_ADDR },
/linux-4.1.27/tools/perf/
Dbuiltin-script.c194 perf_evsel__check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", in perf_evsel__check_attr()
436 ((evsel->attr.sample_type & PERF_SAMPLE_ADDR) && in print_sample_bts()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c948 if ((sample_type & PERF_SAMPLE_ADDR) && in __intel_pmu_pebs_event()
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c1978 if (event->attr.sample_type & PERF_SAMPLE_ADDR) in record_and_restart()
/linux-4.1.27/kernel/events/
Dcore.c1308 if (sample_type & PERF_SAMPLE_ADDR) in perf_event__header_size()
5179 if (sample_type & PERF_SAMPLE_ADDR) in perf_output_sample()