Symbol: PERF_TYPE_RAW
arch/alpha/kernel/perf_event.c
621
} else if (attr->type == PERF_TYPE_RAW) {
arch/alpha/kernel/perf_event.c
697
case PERF_TYPE_RAW:
arch/alpha/kernel/perf_event.c
886
perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW);
arch/arc/kernel/perf_event.c
373
case PERF_TYPE_RAW:
arch/arc/kernel/perf_event.c
826
return perf_pmu_register(&arc_pmu->pmu, "arc_pct", PERF_TYPE_RAW);
arch/csky/kernel/perf_event.c
1330
ret = perf_pmu_register(&csky_pmu.pmu, "cpu", PERF_TYPE_RAW);
arch/csky/kernel/perf_event.c
988
case PERF_TYPE_RAW:
arch/loongarch/kernel/perf_event.c
540
case PERF_TYPE_RAW:
arch/loongarch/kernel/perf_event.c
634
case PERF_TYPE_RAW:
arch/loongarch/kernel/perf_event.c
765
} else if (PERF_TYPE_RAW == event->attr.type) {
arch/loongarch/kernel/perf_event.c
775
if (PERF_TYPE_RAW == event->attr.type)
arch/loongarch/kernel/perf_event.c
787
if (PERF_TYPE_RAW == event->attr.type)
arch/loongarch/kernel/perf_event.c
888
perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW);
arch/mips/kernel/perf_event_mipsxx.c
1484
} else if (PERF_TYPE_RAW == event->attr.type) {
arch/mips/kernel/perf_event_mipsxx.c
1494
if (PERF_TYPE_RAW == event->attr.type)
arch/mips/kernel/perf_event_mipsxx.c
1506
if (PERF_TYPE_RAW == event->attr.type)
arch/mips/kernel/perf_event_mipsxx.c
2051
perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW);
arch/mips/kernel/perf_event_mipsxx.c
661
case PERF_TYPE_RAW:
arch/powerpc/perf/8xx-pmu.c
194
return perf_pmu_register(&mpc8xx_pmu, "cpu", PERF_TYPE_RAW);
arch/powerpc/perf/8xx-pmu.c
64
case PERF_TYPE_RAW:
arch/powerpc/perf/core-book3s.c
2038
case PERF_TYPE_RAW:
arch/powerpc/perf/core-book3s.c
2572
perf_pmu_register(&power_pmu, "cpu", PERF_TYPE_RAW);
arch/powerpc/perf/core-fsl-emb.c
498
case PERF_TYPE_RAW:
arch/powerpc/perf/core-fsl-emb.c
691
perf_pmu_register(&fsl_emb_pmu, "cpu", PERF_TYPE_RAW);
arch/riscv/kvm/vcpu_pmu.c
66
type = PERF_TYPE_RAW;
arch/s390/kernel/perf_cpum_cf.c
752
case PERF_TYPE_RAW:
arch/s390/kernel/perf_cpum_cf.c
851
return PERF_TYPE_RAW;
arch/s390/kernel/perf_cpum_cf.c
861
if (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_RAW)
arch/s390/kernel/perf_cpum_sf.c
2091
err = perf_pmu_register(&cpumf_sampling, "cpum_sf", PERF_TYPE_RAW);
arch/s390/kernel/perf_cpum_sf.c
857
case PERF_TYPE_RAW:
arch/s390/kernel/perf_pai.c
354
if (a->type != PERF_TYPE_RAW && event->pmu->type != a->type)
arch/sh/kernel/perf_event.c
134
case PERF_TYPE_RAW:
arch/sh/kernel/perf_event.c
289
case PERF_TYPE_RAW:
arch/sh/kernel/perf_event.c
359
perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW);
arch/sparc/kernel/perf_event.c
1445
case PERF_TYPE_RAW:
arch/sparc/kernel/perf_event.c
1729
perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW);
arch/x86/events/amd/core.c
417
if (event->attr.type == PERF_TYPE_RAW)
arch/x86/events/amd/ibs.c
214
case PERF_TYPE_RAW:
arch/x86/events/core.c
2233
err = perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW);
arch/x86/events/core.c
2249
(hybrid_pmu->pmu_type == hybrid_big) ? PERF_TYPE_RAW : -1);
arch/x86/events/core.c
786
if (event->pmu->type == PERF_TYPE_RAW ||
arch/x86/events/intel/p4.c
825
if (event->attr.type == PERF_TYPE_RAW) {
arch/x86/kernel/cpu/resctrl/pseudo_lock.c
287
.type = PERF_TYPE_RAW,
arch/x86/kernel/cpu/resctrl/pseudo_lock.c
295
.type = PERF_TYPE_RAW,
arch/x86/kvm/pmu.c
586
return pmc_reprogram_counter(pmc, PERF_TYPE_RAW,
arch/x86/kvm/vmx/pmu_intel.c
255
.type = PERF_TYPE_RAW,
arch/xtensa/kernel/perf_event.c
226
case PERF_TYPE_RAW:
arch/xtensa/kernel/perf_event.c
443
ret = perf_pmu_register(&xtensa_pmu, "cpu", PERF_TYPE_RAW);
drivers/perf/arm_pmu.c
197
case PERF_TYPE_RAW:
drivers/perf/riscv_pmu.c
25
(event->attr.type == PERF_TYPE_RAW)) &&
drivers/perf/riscv_pmu_legacy.c
129
perf_pmu_register(&pmu->pmu, "cpu", PERF_TYPE_RAW);
drivers/perf/riscv_pmu_sbi.c
1475
ret = perf_pmu_register(&pmu->pmu, "cpu", PERF_TYPE_RAW);
drivers/perf/riscv_pmu_sbi.c
429
case PERF_TYPE_RAW:
drivers/perf/riscv_pmu_sbi.c
636
if ((type == PERF_TYPE_RAW) && ((config >> 63) == 1))
kernel/events/core.c
13112
type = PERF_TYPE_RAW;
kernel/events/core.c
13123
if (event->attr.type != type && type != PERF_TYPE_RAW &&
kernel/watchdog_perf.c
312
wd_hw_attr.type = PERF_TYPE_RAW;
samples/bpf/trace_event_user.c
251
.type = PERF_TYPE_RAW,
samples/bpf/trace_event_user.c
258
.type = PERF_TYPE_RAW,
samples/bpf/tracex6_user.c
124
.type = PERF_TYPE_RAW,
tools/bpf/bpftool/link.c
30
[PERF_TYPE_RAW] = "raw",
tools/perf/arch/x86/tests/amd-ibs-via-core-pmu.c
19
{ PERF_TYPE_RAW, 0x076, true },
tools/perf/arch/x86/tests/amd-ibs-via-core-pmu.c
20
{ PERF_TYPE_RAW, 0x0C1, true },
tools/perf/arch/x86/tests/amd-ibs-via-core-pmu.c
21
{ PERF_TYPE_RAW, 0x012, false },
tools/perf/arch/x86/tests/hybrid.c
104
TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW));
tools/perf/arch/x86/tests/hybrid.c
131
TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
tools/perf/arch/x86/tests/hybrid.c
152
TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
tools/perf/arch/x86/tests/hybrid.c
173
TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW));
tools/perf/arch/x86/tests/hybrid.c
178
TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type);
tools/perf/arch/x86/tests/hybrid.c
31
TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW));
tools/perf/arch/x86/tests/hybrid.c
43
TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW));
tools/perf/arch/x86/tests/hybrid.c
49
TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW));
tools/perf/arch/x86/tests/hybrid.c
66
TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW));
tools/perf/arch/x86/tests/hybrid.c
79
TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW));
tools/perf/arch/x86/tests/hybrid.c
96
TEST_ASSERT_VAL("wrong hybrid type", test_hybrid_type(evsel, PERF_TYPE_RAW));
tools/perf/arch/x86/tests/topdown.c
32
bool p_core_pmu = evsel->pmu->type == PERF_TYPE_RAW;
tools/perf/arch/x86/util/evsel.c
44
return pmu && pmu->type == PERF_TYPE_RAW;
tools/perf/arch/x86/util/topdown.c
29
pmu = perf_pmus__find_by_type(PERF_TYPE_RAW);
tools/perf/arch/x86/util/topdown.c
39
return evsel->core.attr.type == PERF_TYPE_RAW &&
tools/perf/arch/x86/util/topdown.c
47
return evsel->core.attr.type == PERF_TYPE_RAW &&
tools/perf/builtin-list.c
136
if (print_state->exclude_abi && pmu_type < PERF_TYPE_MAX && pmu_type != PERF_TYPE_RAW)
tools/perf/builtin-list.c
384
pmu_type != PERF_TYPE_RAW)
tools/perf/builtin-script.c
286
[PERF_TYPE_RAW] = {
tools/perf/builtin-script.c
3366
type = PERF_TYPE_RAW;
tools/perf/builtin-script.c
405
type = PERF_TYPE_RAW;
tools/perf/tests/parse-events.c
155
evsel->core.attr.type == PERF_TYPE_RAW,
tools/perf/tests/parse-events.c
170
if (pmu->type == PERF_TYPE_RAW)
tools/perf/util/evsel.c
4279
if (counter->core.attr.type < PERF_TYPE_MAX && counter->core.attr.type != PERF_TYPE_RAW) {
tools/perf/util/evsel.c
912
case PERF_TYPE_RAW:
tools/perf/util/intel-pt.c
3599
if (evsel->core.attr.type == PERF_TYPE_RAW &&
tools/perf/util/parse-events.c
209
if (attr->type == PERF_TYPE_RAW || attr->type >= PERF_TYPE_MAX) {
tools/perf/util/parse-events.c
50
[PERF_TYPE_RAW] = "raw",
tools/perf/util/parse-events.y
439
err = parse_events_add_numeric(_parse_state, list, PERF_TYPE_RAW, num, $2,
tools/perf/util/perf-regs-arch/perf_regs_x86.c
261
__u64 type = PERF_TYPE_RAW;
tools/perf/util/perf_event_attr_fprintf.c
260
case PERF_TYPE_RAW:
tools/perf/util/perf_event_attr_fprintf.c
88
case PERF_TYPE_RAW:
tools/perf/util/pfm.c
234
/*pmu_type=*/PERF_TYPE_RAW,
tools/perf/util/pfm.c
270
/*pmu_type=*/PERF_TYPE_RAW,
tools/perf/util/pmu.c
1303
pmu->type = PERF_TYPE_RAW;
tools/perf/util/pmu.c
2368
case PERF_TYPE_RAW: return false;
tools/perf/util/pmus.c
830
if (!pmu && (legacy_core_type || type == PERF_TYPE_RAW)) {
tools/perf/util/print-events.c
327
PERF_TYPE_RAW,
tools/perf/util/print-events.c
332
event_type_descriptors[PERF_TYPE_RAW],
tools/perf/util/s390-cpumsf.c
1052
return evsel->core.attr.type == PERF_TYPE_RAW &&
tools/perf/util/s390-cpumsf.c
1144
sf->pmu_type = PERF_TYPE_RAW;
tools/testing/selftests/net/bench/page_pool/time_bench.c
75
perf_conf.type = PERF_TYPE_RAW;
tools/testing/selftests/powerpc/pmu/count_stcx_fail.c
112
setup_event(&events[2], PM_STCX_FAIL, PERF_TYPE_RAW, "stcx_fail");
tools/testing/selftests/powerpc/pmu/event.c
51
event_init_opts(e, config, PERF_TYPE_RAW, name);
tools/testing/selftests/powerpc/pmu/event.c
56
event_init_opts(e, config, PERF_TYPE_RAW, "event");
tools/testing/selftests/powerpc/pmu/event.c
61
__event_init_opts(e, config, PERF_TYPE_RAW, "event", true);
tools/testing/selftests/x86/srso.c
30
ret_attr.type = mret_attr.type = PERF_TYPE_RAW;