Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/attr/
Dtest-record-data8 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
Dtest-record-C011 # PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD
/linux-4.4.14/tools/perf/arch/x86/tests/
Dintel-cqm.c76 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
/linux-4.4.14/tools/perf/tests/
Dbp_signal_overflow.c88 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
Dbp_signal.c75 pe.sample_type = PERF_SAMPLE_IP; in bp_event()
Dsample-parsing.c34 if (type & PERF_SAMPLE_IP) in samples_same()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h123 PERF_SAMPLE_IP = 1U << 0, enumerator
/linux-4.4.14/tools/perf/util/
Ddata-convert-bt.c374 if (type & PERF_SAMPLE_IP) { in add_generic_values()
772 if (type & PERF_SAMPLE_IP) in add_generic_types()
Devent.h80 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
Devsel.c121 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()
1628 if (type & PERF_SAMPLE_IP) { in perf_evsel__parse_sample()
1859 if (type & PERF_SAMPLE_IP) in perf_event__sample_event_size()
1976 if (type & PERF_SAMPLE_IP) { in perf_event__synthesize_sample()
Dintel-bts.c790 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
Dintel-pt.c1848 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | 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 | \
/linux-4.4.14/tools/perf/
Dbuiltin-script.c215 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_IP, "IP", in perf_evsel__check_attr()
/linux-4.4.14/kernel/events/
Dcore.c1286 if (sample_type & PERF_SAMPLE_IP) in __perf_event_header_size()
5336 if (sample_type & PERF_SAMPLE_IP) in perf_output_sample()
5499 if (sample_type & PERF_SAMPLE_IP) in perf_prepare_sample()