Searched refs:kwork_work (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-kwork.c | 55 int (*cmp)(struct kwork_work *l, struct kwork_work *r); 59 static int id_cmp(struct kwork_work *l, struct kwork_work *r) in id_cmp() 74 static int count_cmp(struct kwork_work *l, struct kwork_work *r) in count_cmp() 84 static int runtime_cmp(struct kwork_work *l, struct kwork_work *r) in runtime_cmp() 94 static int max_runtime_cmp(struct kwork_work *l, struct kwork_work *r) in max_runtime_cmp() 104 static int avg_latency_cmp(struct kwork_work *l, struct kwork_work *r) in avg_latency_cmp() 124 static int max_latency_cmp(struct kwork_work *l, struct kwork_work *r) in max_latency_cmp() 250 struct kwork_work *l, struct kwork_work *r) in work_cmp() 266 static struct kwork_work *work_search(struct rb_root_cached *root, in work_search() 267 struct kwork_work *key, in work_search() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | kwork.h | 95 struct kwork_work { struct 146 struct kwork_work *work, argument 151 void (*work_name)(struct kwork_work *work, 223 struct kwork_work *perf_kwork_add_work(struct perf_kwork *kwork, 225 struct kwork_work *key);
|
H A D | bpf_kwork.c | 264 struct kwork_work *work; in add_work() 266 struct kwork_work tmp = { in add_work()
|