Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/attr/
Dtest-record-data9 # PERF_SAMPLE_ADDR | PERF_SAMPLE_PERIOD | PERF_SAMPLE_DATA_SRC
/linux-4.4.14/include/uapi/linux/
Dperf_event.h126 PERF_SAMPLE_ADDR = 1U << 3, enumerator
/linux-4.4.14/tools/perf/tests/
Dsample-parsing.c45 if (type & PERF_SAMPLE_ADDR) in samples_same()
/linux-4.4.14/tools/perf/util/
Ddb-export.c332 if ((evsel->attr.sample_type & PERF_SAMPLE_ADDR) && in db_export__sample()
Devent.h81 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
Devsel.c130 if (sample_type & PERF_SAMPLE_ADDR) in __perf_evsel__calc_id_pos()
1653 if (type & PERF_SAMPLE_ADDR) { in perf_evsel__parse_sample()
1868 if (type & PERF_SAMPLE_ADDR) in perf_event__sample_event_size()
2002 if (type & PERF_SAMPLE_ADDR) { in perf_event__synthesize_sample()
Dintel-bts.c809 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_bts_synth_events()
Dintel-pt.c1925 attr.sample_type |= PERF_SAMPLE_ADDR; in intel_pt_synth_events()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.h100 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
Dperf_event_intel_ds.c1079 if ((sample_type & PERF_SAMPLE_ADDR) && in setup_pebs_sample_data()
/linux-4.4.14/tools/perf/
Dbuiltin-script.c221 perf_evsel__do_check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR", in perf_evsel__check_attr()
560 ((evsel->attr.sample_type & PERF_SAMPLE_ADDR) && in print_sample_bts()
/linux-4.4.14/arch/powerpc/perf/
Dcore-book3s.c2002 if (event->attr.sample_type & PERF_SAMPLE_ADDR) in record_and_restart()
/linux-4.4.14/kernel/events/
Dcore.c1289 if (sample_type & PERF_SAMPLE_ADDR) in __perf_event_header_size()
5345 if (sample_type & PERF_SAMPLE_ADDR) in perf_output_sample()