Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/bpf_skel/
Dkwork_trace.bpf.c21 struct work_key { struct
37 __uint(key_size, sizeof(struct work_key)); argument
44 __uint(key_size, sizeof(struct work_key));
51 __uint(key_size, sizeof(struct work_key));
90 static __always_inline int trace_event_match(struct work_key *key, char *name) in trace_event_match()
117 static __always_inline void do_update_time(void *map, struct work_key *key, in do_update_time()
146 static __always_inline void do_update_timestart(void *map, struct work_key *key) in do_update_timestart()
154 struct work_key *key) in do_update_timeend()
165 struct work_key *key, char *name) in do_update_name()
171 static __always_inline int update_timestart(void *map, struct work_key *key) in update_timestart()
[all …]
Dkwork_top.bpf.c39 struct work_key { struct
59 __uint(key_size, sizeof(struct work_key)); argument
73 __uint(key_size, sizeof(struct work_key));
123 static __always_inline void update_work(struct work_key *key, __u64 delta) in update_work()
150 struct work_key key = { in on_sched_out()
213 struct work_key key = { in on_irq_handler_entry()
249 struct work_key key = { in on_irq_handler_exit()
285 struct work_key key = { in on_softirq_entry()
321 struct work_key key = { in on_softirq_exit()
/linux-6.12.1/tools/perf/util/
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()
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()