Home
last modified time | relevance | path

Searched refs:augmented_syscalls__find_by_title (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dtrace_augment.h16 struct bpf_program *augmented_syscalls__find_by_title(const char *name);
50 augmented_syscalls__find_by_title(const char *name __maybe_unused) in augmented_syscalls__find_by_title() function
H A Dbpf_trace_augment.c123 struct bpf_program *augmented_syscalls__find_by_title(const char *name) in augmented_syscalls__find_by_title() function
/linux/tools/perf/
H A Dbuiltin-trace.c3812 prog = augmented_syscalls__find_by_title(default_prog_name); in trace__bpf_sys_enter_beauty_map()
3817 prog = augmented_syscalls__find_by_title(default_prog_name); in trace__bpf_sys_enter_beauty_map()
3824 prog = augmented_syscalls__find_by_title(prog_name); in trace__bpf_sys_enter_beauty_map()