Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-kwork.c48 int (*cmp)(struct kwork_work *l, struct kwork_work *r);
52 static int id_cmp(struct kwork_work *l, struct kwork_work *r) in id_cmp()
67 static int count_cmp(struct kwork_work *l, struct kwork_work *r) in count_cmp()
77 static int runtime_cmp(struct kwork_work *l, struct kwork_work *r) in runtime_cmp()
87 static int max_runtime_cmp(struct kwork_work *l, struct kwork_work *r) in max_runtime_cmp()
97 static int avg_latency_cmp(struct kwork_work *l, struct kwork_work *r) in avg_latency_cmp()
117 static int max_latency_cmp(struct kwork_work *l, struct kwork_work *r) in max_latency_cmp()
243 struct kwork_work *l, struct kwork_work *r) in work_cmp()
259 static struct kwork_work *work_search(struct rb_root_cached *root, in work_search()
260 struct kwork_work *key, in work_search()
[all …]
/linux-6.1.9/tools/perf/util/
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);
Dbpf_kwork.c261 struct kwork_work *work; in add_work()
263 struct kwork_work tmp = { in add_work()