Searched refs:work_key (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/util/bpf_skel/ |
| H A 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 *ke [all...] |
| H A 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()
|