Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_IP (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/tools/perf/tests/attr/
Dtest-record-data7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
Dtest-record-C012 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
/Linux-v4.19/tools/perf/arch/x86/tests/
Dintel-cqm.c80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
/Linux-v4.19/tools/perf/tests/
Dbp_signal_overflow.c88 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
Dbp_account.c46 attr->sample_type = PERF_SAMPLE_IP; in __event()
Dbp_signal.c121 pe.sample_type = PERF_SAMPLE_IP; in __event()
Dsample-parsing.c37 if (type & PERF_SAMPLE_IP) in samples_same()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h124 PERF_SAMPLE_IP = 1U << 0, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h124 PERF_SAMPLE_IP = 1U << 0, enumerator
/Linux-v4.19/tools/perf/util/
Devsel.c128 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()
2129 if (type & PERF_SAMPLE_IP) { in perf_evsel__parse_sample()
2399 if (type & PERF_SAMPLE_IP) in perf_evsel__parse_sample_timestamp()
2419 if (type & PERF_SAMPLE_IP) in perf_event__sample_event_size()
2538 if (type & PERF_SAMPLE_IP) { in perf_event__synthesize_sample()
Devent.h88 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Ddata-convert-bt.c605 if (type & PERF_SAMPLE_IP) { in add_generic_values()
1115 if (type & PERF_SAMPLE_IP) in add_generic_types()
Dintel-bts.c802 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
Dcs-etm.c811 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in cs_etm__synth_events()
Dintel-pt.c2184 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_pt_synth_events()
/Linux-v4.19/arch/x86/events/
Dperf_event.h92 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR | \
/Linux-v4.19/kernel/events/
Dcore.c1730 if (sample_type & PERF_SAMPLE_IP) in __perf_event_header_size()
6164 if (sample_type & PERF_SAMPLE_IP) in perf_output_sample()
6384 if (sample_type & PERF_SAMPLE_IP) in perf_prepare_sample()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c389 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_IP, "IP", in perf_evsel__check_attr()