Searched defs:kwork (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/tools/perf/ |
D | builtin-kwork.c | 223 static void setup_sorting(struct perf_kwork *kwork, in setup_sorting() 240 static struct kwork_atom *atom_new(struct perf_kwork *kwork, in atom_new() 395 static void profile_update_timespan(struct perf_kwork *kwork, in profile_update_timespan() 408 static bool profile_name_match(struct perf_kwork *kwork, in profile_name_match() 419 static bool profile_event_match(struct perf_kwork *kwork, in profile_event_match() 447 static int work_push_atom(struct perf_kwork *kwork, in work_push_atom() 506 static struct kwork_atom *work_pop_atom(struct perf_kwork *kwork, in work_pop_atom() 566 static struct kwork_class *get_kwork_class(struct perf_kwork *kwork, in get_kwork_class() 600 static int report_entry_event(struct perf_kwork *kwork, in report_entry_event() 611 static int report_exit_event(struct perf_kwork *kwork, in report_exit_event() [all …]
|
/linux-6.14.4/tools/perf/util/ |
D | bpf_kwork.c | 91 static void irq_load_prepare(struct perf_kwork *kwork) in irq_load_prepare() 104 static void softirq_load_prepare(struct perf_kwork *kwork) in softirq_load_prepare() 120 static void workqueue_load_prepare(struct perf_kwork *kwork) in workqueue_load_prepare() 148 static int setup_filters(struct perf_kwork *kwork) in setup_filters() 203 int perf_kwork__trace_prepare_bpf(struct perf_kwork *kwork) in perf_kwork__trace_prepare_bpf() 263 static int add_work(struct perf_kwork *kwork, in add_work() 315 int perf_kwork__report_read_bpf(struct perf_kwork *kwork) in perf_kwork__report_read_bpf()
|
D | bpf_kwork_top.c | 123 static int setup_filters(struct perf_kwork *kwork) in setup_filters() 159 int perf_kwork__top_prepare_bpf(struct perf_kwork *kwork) in perf_kwork__top_prepare_bpf() 238 static int add_work(struct perf_kwork *kwork, struct work_key *key, in add_work() 268 int perf_kwork__top_read_bpf(struct perf_kwork *kwork) in perf_kwork__top_read_bpf()
|