Home
last modified time | relevance | path

Searched refs:PERF_RECORD_KSYMBOL_TYPE_OOL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h1220 PERF_RECORD_KSYMBOL_TYPE_OOL = 2, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h1220 PERF_RECORD_KSYMBOL_TYPE_OOL = 2, enumerator
/openbmc/linux/kernel/
H A Dkprobes.c197 perf_event_ksymbol(PERF_RECORD_KSYMBOL_TYPE_OOL, (unsigned long)kip->insns, in __get_insn_slot()
221 perf_event_ksymbol(PERF_RECORD_KSYMBOL_TYPE_OOL, in collect_one_slot()
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c1217 if (event->ksymbol.ksym_type != PERF_RECORD_KSYMBOL_TYPE_OOL) in guest_session__ksymbol_event()
/openbmc/linux/kernel/trace/
H A Dftrace.c2982 perf_event_ksymbol(PERF_RECORD_KSYMBOL_TYPE_OOL, in ftrace_trampoline_free()
7285 perf_event_ksymbol(PERF_RECORD_KSYMBOL_TYPE_OOL, in ftrace_update_trampoline()
/openbmc/linux/tools/perf/util/
H A Dmachine.c923 if (event->ksymbol.ksym_type == PERF_RECORD_KSYMBOL_TYPE_OOL) { in machine__process_ksymbol_register()