Searched defs:kwork (Results  1 – 3 of 3) sorted by relevance
| /tools/perf/ | 
| D | builtin-kwork.c | 222 static void setup_sorting(struct perf_kwork *kwork,  in setup_sorting() 239 static struct kwork_atom *atom_new(struct perf_kwork *kwork,  in atom_new() 394 static void profile_update_timespan(struct perf_kwork *kwork,  in profile_update_timespan() 407 static bool profile_name_match(struct perf_kwork *kwork,  in profile_name_match() 418 static bool profile_event_match(struct perf_kwork *kwork,  in profile_event_match() 446 static int work_push_atom(struct perf_kwork *kwork,  in work_push_atom() 505 static struct kwork_atom *work_pop_atom(struct perf_kwork *kwork,  in work_pop_atom() 565 static struct kwork_class *get_kwork_class(struct perf_kwork *kwork,  in get_kwork_class() 599 static int report_entry_event(struct perf_kwork *kwork,  in report_entry_event() 610 static int report_exit_event(struct perf_kwork *kwork,  in report_exit_event() [all …] 
 | 
| /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()
  |