Searched refs:PERF_SAMPLE_IP (Results 1 – 25 of 36) sorted by relevance
12
7 # sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
12 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
16 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
13 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
13 #define OFFCPU_SAMPLE_TYPES (PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | \
37 (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
343 if (sample_type & PERF_SAMPLE_IP) { in off_cpu_write()
614 if (type & PERF_SAMPLE_IP) { in add_generic_values()1124 if (type & PERF_SAMPLE_IP) in add_generic_types()
34 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID; in event_open()
80 pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ; in test__intel_cqm_count_nmi_context()
60 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK | in test_perf_event_stackmap()
13 .sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK, in test_get_stackid_cannot_attach()
67 attr.sample_type = PERF_SAMPLE_IP; in serial_test_perf_skip()
35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIOD, in main()
95 pe.sample_type = PERF_SAMPLE_IP; in test__bp_signal_overflow()
57 attr->sample_type = PERF_SAMPLE_IP; in __event()
118 pe.sample_type = PERF_SAMPLE_IP; in __event()
54 attr->sample_type = PERF_SAMPLE_IP; in get__perf_event_attr()
52 if (type & PERF_SAMPLE_IP) in samples_same()
315 #define TEST_SAMPLE_TYPE (PERF_SAMPLE_IP | PERF_SAMPLE_TID | \
90 …35 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID|PERF_SAMPLE_CPU|PERF_SAMPLE_PERIO…
140 PERF_SAMPLE_IP = 1U << 0, enumerator
456 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()
2266 if (event->attr.sample_type & PERF_SAMPLE_IP) in record_and_restart()2289 (event->attr.sample_type & PERF_SAMPLE_IP) && in record_and_restart()