Home
last modified time | relevance | path

Searched refs:kwork_work (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c55 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()
271 struct kwork_work *work; in work_search()
295 struct kwork_work *cur; in work_insert()
[all …]
/openbmc/linux/tools/perf/util/
H A Dkwork.h95 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 Dbpf_kwork.c264 struct kwork_work *work; in add_work()
266 struct kwork_work tmp = { in add_work()