Home
last modified time | relevance | path

Searched refs:work_key (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c21 struct work_key { struct
224 struct work_key key = { in report_irq_handler_entry()
240 struct work_key key = { in report_irq_handler_exit()
266 struct work_key key = { in report_softirq_entry()
284 struct work_key key = { in report_softirq_exit()
297 struct work_key key = { in latency_softirq_raise()
315 struct work_key key = { in latency_softirq_entry()
327 struct work_key key = { in report_workqueue_execute_start()
340 struct work_key key = { in report_workqueue_execute_end()
357 struct work_key key = { in latency_workqueue_activate_work()
[all …]
H A Dkwork_top.bpf.c41 struct work_key { struct
61 __uint(key_size, sizeof(struct work_key)); argument
75 __uint(key_size, sizeof(struct work_key));
125 static __always_inline void update_work(struct work_key *key, __u64 delta) in update_work()
152 struct work_key key = { in on_sched_out()
215 struct work_key key = { in on_irq_handler_entry()
251 struct work_key key = { in on_irq_handler_exit()
287 struct work_key key = { in on_softirq_entry()
323 struct work_key key = { in on_softirq_exit()
/linux-6.15/tools/perf/util/
H A Dbpf_kwork.c30 struct work_key { struct
48 int (*get_work_name)(struct work_key *key, char **ret_name); argument
68 static int get_work_name_from_map(struct work_key *key, char **ret_name) in get_work_name_from_map()
264 struct work_key *key, in add_work()
318 struct work_key key = { in perf_kwork__report_read_bpf()
323 struct work_key prev = { in perf_kwork__report_read_bpf()
H A Dbpf_kwork_top.c44 struct work_key { struct
238 static int add_work(struct perf_kwork *kwork, struct work_key *key, in add_work()
272 struct work_key key, prev; in perf_kwork__top_read_bpf()