Home
last modified time | relevance | path

Searched defs:task_key (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dbpf_kwork_top.c50 struct task_key { struct
51 __u32 pid;
52 __u32 cpu;
/linux-6.12.1/tools/perf/util/bpf_skel/
Dkwork_top.bpf.c45 struct task_key { struct
66 __uint(key_size, sizeof(struct task_key)); argument