Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/perf/tests/attr/
H A Dtest-record-data7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
H A Dtest-record-C012 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
H A Dsystem-wide-dummy13 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
/openbmc/linux/tools/perf/util/
H A Doff_cpu.h13 #define OFFCPU_SAMPLE_TYPES (PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | \
H A Dbpf-filter.l70 ip { return sample(PERF_SAMPLE_IP); }
H A Devent.h37 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
H A Dbpf_off_cpu.c341 if (sample_type & PERF_SAMPLE_IP) { in off_cpu_write()
H A Ddata-convert-bt.c614 if (type & PERF_SAMPLE_IP) { in add_generic_values()
1124 if (type & PERF_SAMPLE_IP) in add_generic_types()
H A Devsel.c175 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()
2388 if (type & PERF_SAMPLE_IP) { in evsel__parse_sample()
2724 if (type & PERF_SAMPLE_IP) in evsel__parse_sample_timestamp()
/openbmc/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()
H A Dintel-cqm.c80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
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_event_stackmap.c60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
/openbmc/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()
/openbmc/linux/tools/perf/tests/
H A Dbp_signal_overflow.c94 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
H A Dbp_account.c56 attr->sample_type = PERF_SAMPLE_IP; in __event()
H A Dwp.c49 attr->sample_type = PERF_SAMPLE_IP; in get__perf_event_attr()
H A Dbp_signal.c117 pe.sample_type = PERF_SAMPLE_IP; in __event()
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 | \
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c56 case PERF_SAMPLE_IP: in perf_get_sample()
/openbmc/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…
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h140 PERF_SAMPLE_IP = 1U << 0, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h140 PERF_SAMPLE_IP = 1U << 0, enumerator
/openbmc/linux/tools/perf/bench/
H A Dinject-buildid.c456 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()

12