Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Doff_cpu.h13 #define OFFCPU_SAMPLE_TYPES (PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | \
H A Dbpf_off_cpu.c348 if (sample_type & PERF_SAMPLE_IP) { in off_cpu_write()
H A Devsel.c276 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()
2965 if (type & PERF_SAMPLE_IP) { in evsel__parse_sample()
3309 if (type & PERF_SAMPLE_IP) in evsel__parse_sample_timestamp()
H A Dsynthetic-events.c1452 if (type & PERF_SAMPLE_IP) in perf_event__sample_event_size()
1606 if (type & PERF_SAMPLE_IP) { in perf_event__synthesize_sample()
H A Dcs-etm.c1704 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in cs_etm__synth_events()
/linux/tools/perf/arch/x86/tests/
H A Damd-ibs-via-core-pmu.c34 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID; in event_open()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_event_stackmap.c60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
H A Dget_stackid_cannot_attach.c13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
H A Dperf_skip.c67 attr.sample_type = PERF_SAMPLE_IP; in serial_test_perf_skip()
/linux/tools/lib/perf/Documentation/examples/
H A Dsampling.c35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
/linux/tools/perf/tests/
H A Dbp_signal_overflow.c95 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
H A Dbp_account.c57 attr->sample_type = PERF_SAMPLE_IP; in __event()
H A Dbp_signal.c118 pe.sample_type = PERF_SAMPLE_IP; in __event()
H A Dwp.c54 attr->sample_type = PERF_SAMPLE_IP; in get__perf_event_attr()
H A Dsample-parsing.c52 if (type & PERF_SAMPLE_IP) in samples_same()
H A Ddlfilter-test.c315 #define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
/linux/tools/lib/perf/Documentation/
H A Dlibperf-sampling.txt90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
/linux/tools/include/uapi/linux/
H A Dperf_event.h140 PERF_SAMPLE_IP = 1U << 0, enumerator
/linux/tools/perf/bench/
H A Dinject-buildid.c457 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()
/linux/kernel/events/
H A Dcore.c1895 if (sample_type & PERF_SAMPLE_IP) in __perf_event_header_size()
7536 if (sample_type & PERF_SAMPLE_IP) in perf_output_sample()
7879 PERF_SAMPLE_IP); in perf_prepare_sample()
7894 if (filtered_sample_type & PERF_SAMPLE_IP) { in perf_prepare_sample()
7896 data->sample_flags |= PERF_SAMPLE_IP; in perf_prepare_sample()
/linux/arch/x86/events/intel/
H A Dds.c1328 if (!(sample_type & ~(PERF_SAMPLE_IP|PERF_SAMPLE_TIME)) && in pebs_update_adaptive_cfg()
/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt1137 PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_ADDR |