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

/linux-master/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c21 struct work_key { struct
37 __uint(key_size, sizeof(struct work_key));
44 __uint(key_size, sizeof(struct work_key));
51 __uint(key_size, sizeof(struct work_key));
89 static __always_inline int trace_event_match(struct work_key *key, char *name)
116 static __always_inline void do_update_time(void *map, struct work_key *key,
145 static __always_inline void do_update_timestart(void *map, struct work_key *key)
153 struct work_key *key)
164 struct work_key *key, char *name)
170 static __always_inline int update_timestart(void *map, struct work_key *ke
[all...]
H A Dkwork_top.bpf.c39 struct work_key { struct
59 __uint(key_size, sizeof(struct work_key));
73 __uint(key_size, sizeof(struct work_key));
123 static __always_inline void update_work(struct work_key *key, __u64 delta)
150 struct work_key key = {
213 struct work_key key = {
249 struct work_key key = {
285 struct work_key key = {
321 struct work_key key = {
/linux-master/tools/perf/util/
H A Dbpf_kwork.c30 struct work_key { struct
48 int (*get_work_name)(struct work_key *key, char **ret_name);
68 static int get_work_name_from_map(struct work_key *key, char **ret_name)
261 struct work_key *key,
315 struct work_key key = {
320 struct work_key prev = {
H A Dbpf_kwork_top.c44 struct work_key { struct
237 static int add_work(struct perf_kwork *kwork, struct work_key *key,
271 struct work_key key, prev;

Completed in 178 milliseconds