Searched refs:work_key (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/util/bpf_skel/ |
D | kwork_trace.bpf.c | 21 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 …]
|
D | kwork_top.bpf.c | 39 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/ |
D | bpf_kwork.c | 30 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()
|
D | bpf_kwork_top.c | 44 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()
|