Home
last modified time | relevance | path

Searched refs:PERF_TYPE_RAW (Results 1 – 25 of 1977) sorted by relevance

12345678910>>...80

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Devent_type_table.h77 EVENT_TYPE_TABLE_ENTRY("raw-exc-taken", PERF_TYPE_RAW, 0x9, "Exception taken", "arm")
85 EVENT_TYPE_TABLE_ENTRY("raw-cpu-cycles", PERF_TYPE_RAW, 0x11, "Cycle", "arm")
87 EVENT_TYPE_TABLE_ENTRY("raw-mem-access", PERF_TYPE_RAW, 0x13, "Data memory access", "arm")
93 EVENT_TYPE_TABLE_ENTRY("raw-bus-access", PERF_TYPE_RAW, 0x19, "Bus access", "arm")
94 EVENT_TYPE_TABLE_ENTRY("raw-memory-error", PERF_TYPE_RAW, 0x1a, "Local memory error", "arm")
97 EVENT_TYPE_TABLE_ENTRY("raw-bus-cycles", PERF_TYPE_RAW, 0x1d, "Bus cycle", "arm")
133 EVENT_TYPE_TABLE_ENTRY("raw-sample-pop", PERF_TYPE_RAW, 0x4000, "Sample Population", "arm")
134 EVENT_TYPE_TABLE_ENTRY("raw-sample-feed", PERF_TYPE_RAW, 0x4001, "Sample Taken", "arm")
168 EVENT_TYPE_TABLE_ENTRY("raw-bus-access-rd", PERF_TYPE_RAW, 0x60, "Bus access, read", "arm")
201 EVENT_TYPE_TABLE_ENTRY("raw-exc-irq", PERF_TYPE_RAW, 0x86, "Exception taken, IRQ", "arm")
[all …]
H A Dcmd_list.cpp36 if (event_type.type != PERF_TYPE_RAW) { in IsEventTypeSupported()
78 if (type == PERF_TYPE_RAW) { in PrintEventTypesOfType()
96 if (!supported && type != PERF_TYPE_RAW) { in PrintEventTypesOfType()
149 {"raw", {PERF_TYPE_RAW, "raw events provided by cpu pmu"}}, in Run()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/kernel/
H A Dperf_event.c134 case PERF_TYPE_RAW: in __hw_perf_event_init()
289 case PERF_TYPE_RAW: in sh_pmu_event_init()
359 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in register_sh_pmu()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/kernel/
H A Dperf_event.c134 case PERF_TYPE_RAW: in __hw_perf_event_init()
289 case PERF_TYPE_RAW: in sh_pmu_event_init()
359 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in register_sh_pmu()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/kernel/
H A Dperf_event.c134 case PERF_TYPE_RAW: in __hw_perf_event_init()
289 case PERF_TYPE_RAW: in sh_pmu_event_init()
359 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in register_sh_pmu()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/pmu/
H A Devent.c39 event_init_opts(e, config, PERF_TYPE_RAW, name); in event_init_named()
44 event_init_opts(e, config, PERF_TYPE_RAW, "event"); in event_init()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/pmu/
H A Devent.c39 event_init_opts(e, config, PERF_TYPE_RAW, name); in event_init_named()
44 event_init_opts(e, config, PERF_TYPE_RAW, "event"); in event_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/pmu/
H A Devent.c39 event_init_opts(e, config, PERF_TYPE_RAW, name); in event_init_named()
44 event_init_opts(e, config, PERF_TYPE_RAW, "event"); in event_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/perf/
H A D8xx-pmu.c64 case PERF_TYPE_RAW: in event_type()
194 return perf_pmu_register(&mpc8xx_pmu, "cpu", PERF_TYPE_RAW); in init_mpc8xx_pmu()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/perf/
H A D8xx-pmu.c64 case PERF_TYPE_RAW: in event_type()
194 return perf_pmu_register(&mpc8xx_pmu, "cpu", PERF_TYPE_RAW); in init_mpc8xx_pmu()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/perf/
H A D8xx-pmu.c64 case PERF_TYPE_RAW: in event_type()
194 return perf_pmu_register(&mpc8xx_pmu, "cpu", PERF_TYPE_RAW); in init_mpc8xx_pmu()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/tests/icachetest/
H A DProfiler.cpp154 pe.type = PERF_TYPE_RAW; in resetEvents()
164 pe.type = PERF_TYPE_RAW; in resetEvents()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/tests/
H A Dparse-events.c83 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_raw()
441 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu()
461 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_list()
499 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name()
506 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name()
520 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph()
532 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph()
550 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_events()
582 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_events_mix()
1520 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__hybrid_hw_event_with_pmu()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/tests/
H A Dparse-events.c83 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_raw()
441 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu()
461 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_list()
499 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name()
506 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name()
520 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph()
532 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph()
550 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_events()
582 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_events_mix()
1520 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__hybrid_hw_event_with_pmu()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/tests/
H A Dparse-events.c83 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_raw()
441 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu()
461 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_list()
499 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name()
506 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_name()
520 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph()
532 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_partial_time_callgraph()
550 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_events()
582 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_pmu_events_mix()
1520 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__hybrid_hw_event_with_pmu()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/kernel/
H A Dperf_cpum_cf.c211 case PERF_TYPE_RAW: in __hw_perf_event_init()
298 if (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_RAW) in cpumf_pmu_event_init()
302 err = __hw_perf_event_init(event, PERF_TYPE_RAW); in cpumf_pmu_event_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/kernel/
H A Dperf_cpum_cf.c211 case PERF_TYPE_RAW: in __hw_perf_event_init()
298 if (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_RAW) in cpumf_pmu_event_init()
302 err = __hw_perf_event_init(event, PERF_TYPE_RAW); in cpumf_pmu_event_init()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/kernel/
H A Dperf_cpum_cf.c211 case PERF_TYPE_RAW: in __hw_perf_event_init()
298 if (type == PERF_TYPE_HARDWARE || type == PERF_TYPE_RAW) in cpumf_pmu_event_init()
302 err = __hw_perf_event_init(event, PERF_TYPE_RAW); in cpumf_pmu_event_init()
/dports/multimedia/libv4l/linux-5.13-rc2/samples/bpf/
H A Dtrace_event_user.c251 .type = PERF_TYPE_RAW, in test_bpf_perf_event()
258 .type = PERF_TYPE_RAW, in test_bpf_perf_event()
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/bpf/
H A Dtrace_event_user.c251 .type = PERF_TYPE_RAW, in test_bpf_perf_event()
258 .type = PERF_TYPE_RAW, in test_bpf_perf_event()
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/bpf/
H A Dtrace_event_user.c251 .type = PERF_TYPE_RAW, in test_bpf_perf_event()
258 .type = PERF_TYPE_RAW, in test_bpf_perf_event()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/kernel/
H A Dperf_event.c408 case PERF_TYPE_RAW: in riscv_event_init()
482 perf_pmu_register(riscv_pmu->pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/kernel/
H A Dperf_event.c408 case PERF_TYPE_RAW: in riscv_event_init()
482 perf_pmu_register(riscv_pmu->pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/kernel/
H A Dperf_event.c408 case PERF_TYPE_RAW: in riscv_event_init()
482 perf_pmu_register(riscv_pmu->pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/alpha/kernel/
H A Dperf_event.c621 } else if (attr->type == PERF_TYPE_RAW) { in __hw_perf_event_init()
699 case PERF_TYPE_RAW: in alpha_pmu_event_init()
895 perf_pmu_register(&pmu, "cpu", PERF_TYPE_RAW); in init_hw_perf_events()

12345678910>>...80