Home
last modified time | relevance | path

Searched refs:on_switch (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/bpf_skel/
H A Dbperf_leader.bpf.c29 int BPF_PROG(on_switch) in BPF_PROG() argument
H A Doff_cpu.bpf.c265 int on_switch(u64 *ctx) in on_switch() function
H A Dkwork_top.bpf.c171 int on_switch(u64 *ctx) in on_switch() function
/linux/tools/perf/util/
H A Dbpf_kwork_top.c104 bpf_program__set_autoload(skel->progs.on_switch, true); in sched_load_prepare()
H A Dbpf_counter.c417 link = bpf_program__attach(skel->progs.on_switch); in bperf_reload_leader_program()