Searched refs:tp_handler (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-kwork.c | 1008 if (kwork->tp_handler->entry_event) in irq_work_init() 1009 return kwork->tp_handler->entry_event(kwork, &kwork_irq, in irq_work_init() 1020 if (kwork->tp_handler->exit_event) in irq_work_init() 1021 return kwork->tp_handler->exit_event(kwork, &kwork_irq, in irq_work_init() 1087 if (kwork->tp_handler->raise_event) 1088 return kwork->tp_handler->raise_event(kwork, &kwork_softirq, 1100 if (kwork->tp_handler->entry_event) in softirq_class_init() 1101 return kwork->tp_handler->entry_event(kwork, &kwork_softirq, 1113 if (kwork->tp_handler->exit_event) in evsel__softirq_name() 1114 return kwork->tp_handler in evsel__softirq_name() [all...] |
| H A D | builtin-sched.c | 239 const struct trace_sched_handler *tp_handler; 1746 if (sched->tp_handler->wakeup_event) in map_switch_event() 1747 return sched->tp_handler->wakeup_event(sched, sample, machine); in map_switch_event() 2044 if (sched->tp_handler->switch_event) 2045 err = sched->tp_handler->switch_event(sched, sample, machine); 2064 if (sched->tp_handler->runtime_event) in timehist_get_commstr() 2065 return sched->tp_handler->runtime_event(sched, sample, machine); in timehist_get_commstr() 2081 if (sched->tp_handler->fork_event) in timehist_get_priostr() 2082 return sched->tp_handler->fork_event(sched, event, machine); in timehist_get_priostr() 2093 if (sched->tp_handler in timehist_header() 175 const struct trace_sched_handler *tp_handler; global() member [all...] |
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_ns_current_pid_tgid.c | 32 int tp_handler(const void *ctx) in tp_handler() function
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ns_current_pid_tgid.c | 51 bpf_program__set_autoload(skel->progs.tp_handler, true); in test_current_pid_tgid_tp()
|