Symbol: PERF_RECORD_SAMPLE
arch/powerpc/perf/imc-pmu.c
1297
header->type = PERF_RECORD_SAMPLE;
kernel/events/core.c
8729
header->type = PERF_RECORD_SAMPLE;
tools/bpf/bpftool/map_perf_ring.c
77
if (e->header.type == PERF_RECORD_SAMPLE) {
tools/bpf/bpftool/map_perf_ring.c
93
if (e->header.type == PERF_RECORD_SAMPLE) {
tools/lib/bpf/libbpf.c
13978
case PERF_RECORD_SAMPLE: {
tools/perf/arch/x86/tests/amd-ibs-period.c
216
if (hdr.type == PERF_RECORD_SAMPLE) {
tools/perf/bench/inject-buildid.c
229
event.header.type = PERF_RECORD_SAMPLE;
tools/perf/builtin-script.c
2108
PERF_RECORD_SAMPLE, mctx->fp);
tools/perf/builtin-script.c
2123
PERF_RECORD_SAMPLE, mctx->fp);
tools/perf/builtin-script.c
2436
PERF_RECORD_SAMPLE, fp);
tools/perf/builtin-top.c
1137
if (event->header.type != PERF_RECORD_SAMPLE)
tools/perf/builtin-top.c
1172
if (event->header.type == PERF_RECORD_SAMPLE) {
tools/perf/builtin-top.c
1206
if (event->header.type == PERF_RECORD_SAMPLE)
tools/perf/builtin-top.c
1212
if (event->header.type == PERF_RECORD_SAMPLE) {
tools/perf/builtin-trace.c
3625
if (type != PERF_RECORD_SAMPLE) {
tools/perf/tests/backward-ring-buffer.c
46
case PERF_RECORD_SAMPLE:
tools/perf/tests/code-reading.c
563
if (event->header.type == PERF_RECORD_SAMPLE)
tools/perf/tests/dlfilter-test.c
189
event->header.type = PERF_RECORD_SAMPLE;
tools/perf/tests/mmap-basic.c
130
if (event->header.type != PERF_RECORD_SAMPLE) {
tools/perf/tests/openat-syscall-tp-fields.c
108
if (type != PERF_RECORD_SAMPLE) {
tools/perf/tests/perf-record.c
290
case PERF_RECORD_SAMPLE:
tools/perf/tests/sample-parsing.c
322
event->header.type = PERF_RECORD_SAMPLE;
tools/perf/tests/sw-clock.c
109
if (event->header.type != PERF_RECORD_SAMPLE)
tools/perf/tests/switch-tracking.c
184
if (event->header.type == PERF_RECORD_SAMPLE)
tools/perf/util/amd-sample-raw.c
314
if (event->header.type != PERF_RECORD_SAMPLE || !sample->raw_size)
tools/perf/util/arm-spe.c
384
event->sample.header.type = PERF_RECORD_SAMPLE;
tools/perf/util/auxtrace.c
1187
if (!qd->samples || event->header.type != PERF_RECORD_SAMPLE)
tools/perf/util/bpf_off_cpu.c
329
.type = PERF_RECORD_SAMPLE,
tools/perf/util/cs-etm.c
1572
event->sample.header.type = PERF_RECORD_SAMPLE;
tools/perf/util/cs-etm.c
1632
event->sample.header.type = PERF_RECORD_SAMPLE;
tools/perf/util/event.c
52
[PERF_RECORD_SAMPLE] = "SAMPLE",
tools/perf/util/evlist.c
712
if (event->header.type == PERF_RECORD_SAMPLE) {
tools/perf/util/evlist.c
737
event->header.type != PERF_RECORD_SAMPLE)
tools/perf/util/evsel.c
3243
if (event->header.type != PERF_RECORD_SAMPLE) {
tools/perf/util/evsel.c
3600
if (event->header.type != PERF_RECORD_SAMPLE) {
tools/perf/util/intel-bts.c
298
event.sample.header.type = PERF_RECORD_SAMPLE;
tools/perf/util/intel-pt.c
1691
event->sample.header.type = PERF_RECORD_SAMPLE;
tools/perf/util/intel-pt.c
3746
if (event->header.type == PERF_RECORD_SAMPLE) {
tools/perf/util/intel-pt.c
3762
if (pt->switch_evsel && event->header.type == PERF_RECORD_SAMPLE)
tools/perf/util/powerpc-vpadtl.c
197
event.sample.header.type = PERF_RECORD_SAMPLE;
tools/perf/util/python.c
477
[PERF_RECORD_SAMPLE] = &pyrf_sample_event__type,
tools/perf/util/python.c
488
event->header.type > PERF_RECORD_SAMPLE) &&
tools/perf/util/s390-cpumsf.c
533
event.sample.header.type = PERF_RECORD_SAMPLE;
tools/perf/util/s390-cpumsf.c
935
if (event->header.type == PERF_RECORD_SAMPLE &&
tools/perf/util/s390-sample-raw.c
337
if (event->header.type != PERF_RECORD_SAMPLE)
tools/perf/util/session.c
1037
if (event->header.type != PERF_RECORD_SAMPLE &&
tools/perf/util/session.c
1095
if (event->header.type == PERF_RECORD_SAMPLE && evlist->trace_event_sample_raw)
tools/perf/util/session.c
1454
case PERF_RECORD_SAMPLE:
tools/perf/util/session.c
1932
(double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples);
tools/perf/util/session.c
1935
stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples,
tools/perf/util/session.c
1990
stats->nr_events[PERF_RECORD_SAMPLE]);
tools/perf/util/session.c
728
[PERF_RECORD_SAMPLE] = perf_event__all64_swap,
tools/testing/selftests/bpf/benchs/bench_ringbufs.c
435
case PERF_RECORD_SAMPLE:
tools/testing/selftests/bpf/benchs/bench_ringbufs.c
561
if (ehdr->type == PERF_RECORD_SAMPLE)
tools/testing/selftests/powerpc/pmu/sampling_tests/misc.c
243
if (header->type == PERF_RECORD_SAMPLE) {
tools/testing/selftests/user_events/perf_test.c
183
ASSERT_EQ(PERF_RECORD_SAMPLE, *val);
tools/testing/selftests/user_events/perf_test.c
242
ASSERT_EQ(PERF_RECORD_SAMPLE, *val);