Searched refs:PERF_SAMPLE_IP (Results 1 – 25 of 30) 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 | \
367 if (sample_type & PERF_SAMPLE_IP) in off_cpu_write()
615 if (type & PERF_SAMPLE_IP) { in add_generic_values()1126 if (type & PERF_SAMPLE_IP) in add_generic_types()
768 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | in intel_bts_synth_events()
289 if (sample_type & PERF_SAMPLE_IP) in __perf_evsel__calc_id_pos()3021 if (type & PERF_SAMPLE_IP) { in evsel__parse_sample()3371 if (type & PERF_SAMPLE_IP) in evsel__parse_sample_timestamp()
1460 if (type & PERF_SAMPLE_IP) in perf_event__sample_event_size()1620 if (type & PERF_SAMPLE_IP) { in perf_event__synthesize_sample()
34 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID; in event_open()
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…
143 PERF_SAMPLE_IP = 1U << 0, enumerator
457 bench_sample_type = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP; in do_inject_loops()
Completed in 35 milliseconds