Home
last modified time | relevance | path

Searched refs:tevent (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dtrace.c204 struct trace_events *tevent = events; in trace_events_free() local
207 while (tevent) { in trace_events_free()
208 free_event = tevent; in trace_events_free()
210 tevent = tevent->next; in trace_events_free()
226 struct trace_events *tevent; in trace_event_alloc() local
228 tevent = calloc(1, sizeof(*tevent)); in trace_event_alloc()
229 if (!tevent) in trace_event_alloc()
232 tevent in trace_event_alloc()
280 trace_event_disable_filter(struct trace_instance *instance, struct trace_events *tevent) trace_event_disable_filter() argument
309 trace_event_save_hist(struct trace_instance *instance, struct trace_events *tevent) trace_event_save_hist() argument
358 trace_event_disable_trigger(struct trace_instance *instance, struct trace_events *tevent) trace_event_disable_trigger() argument
390 struct trace_events *tevent = events; trace_events_disable() local
411 trace_event_enable_filter(struct trace_instance *instance, struct trace_events *tevent) trace_event_enable_filter() argument
446 trace_event_enable_trigger(struct trace_instance *instance, struct trace_events *tevent) trace_event_enable_trigger() argument
485 struct trace_events *tevent = events; trace_events_enable() local
[all...]
H A Dosnoise_top.c347 struct trace_events *tevent; in osnoise_top_parse_args() local
434 tevent = trace_event_alloc(optarg); in osnoise_top_parse_args()
435 if (!tevent) { in osnoise_top_parse_args()
441 tevent->next = params->events; in osnoise_top_parse_args()
442 params->events = tevent; in osnoise_top_parse_args()
H A Dtimerlat_top.c392 struct trace_events *tevent; in timerlat_top_parse_args() local
498 tevent = trace_event_alloc(optarg); in timerlat_top_parse_args()
499 if (!tevent) { in timerlat_top_parse_args()
505 tevent->next = params->events; in timerlat_top_parse_args()
506 params->events = tevent; in timerlat_top_parse_args()
H A Dosnoise_hist.c496 struct trace_events *tevent; in osnoise_hist_parse_args() local
589 tevent = trace_event_alloc(optarg); in osnoise_hist_parse_args()
590 if (!tevent) { in osnoise_hist_parse_args()
596 tevent->next = params->events; in osnoise_hist_parse_args()
598 params->events = tevent; in osnoise_hist_parse_args()
H A Dtimerlat_hist.c562 struct trace_events *tevent; in timerlat_hist_parse_args() local
668 tevent = trace_event_alloc(optarg); in timerlat_hist_parse_args()
669 if (!tevent) { in timerlat_hist_parse_args()
675 tevent->next = params->events; in timerlat_hist_parse_args()
677 params->events = tevent; in timerlat_hist_parse_args()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtrace-event.c25 static struct trace_event tevent; variable
45 if (trace_event__init(&tevent)) in trace_event__init2()
48 pevent = tevent.pevent; in trace_event__init2()
62 return tep_set_function_resolver(tevent.pevent, func, machine); in trace_event__register_resolver()
78 struct tep_handle *pevent = tevent.pevent; in tp_format()
118 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()
H A Dtrace-event-read.c373 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report() argument
419 if (trace_event__init(tevent)) { in trace_report()
424 pevent = tevent->pevent; in trace_report()
475 trace_event__cleanup(tevent); in trace_report()
H A Dsession.h30 struct trace_event tevent; member
H A Dtrace-event.h48 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtrace-event.c24 static struct trace_event tevent; variable
44 if (trace_event__init(&tevent)) in trace_event__init2()
47 pevent = tevent.pevent; in trace_event__init2()
61 return tep_set_function_resolver(tevent.pevent, func, machine); in trace_event__register_resolver()
77 struct tep_handle *pevent = tevent.pevent; in tp_format()
117 return tep_find_event(tevent.pevent, id); in trace_event__tp_format_id()
H A Dtrace-event-read.c375 ssize_t trace_report(int fd, struct trace_event *tevent, bool __repipe) in trace_report() argument
421 if (trace_event__init(tevent)) { in trace_report()
426 pevent = tevent->pevent; in trace_report()
477 trace_event__cleanup(tevent); in trace_report()
H A Dsession.h37 struct trace_event tevent; member
H A Dtrace-event.h58 ssize_t trace_report(int fd, struct trace_event *tevent, bool repipe);
H A Dsession.c312 trace_event__cleanup(&session->tevent); in perf_session__delete()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-report.c1598 if (session->tevent.pevent && in cmd_report()
1599 tep_set_function_resolver(session->tevent.pevent, in cmd_report()
H A Dbuiltin-script.c3852 if (session->tevent.pevent && in cmd_script()
3853 tep_set_function_resolver(session->tevent.pevent, in cmd_script()
3897 err = scripting_ops->generate_script(session->tevent.pevent, in cmd_script()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-report.c1700 if (session->tevent.pevent && in cmd_report()
1701 tep_set_function_resolver(session->tevent.pevent, in cmd_report()
H A Dbuiltin-kwork.c1415 if (session->tevent.pevent && in perf_kwork__read_events()
1416 tep_set_function_resolver(session->tevent.pevent, in perf_kwork__read_events()
H A Dbuiltin-script.c4274 if (session->tevent.pevent && in cmd_script()
4275 tep_set_function_resolver(session->tevent.pevent, in cmd_script()
4319 err = scripting_ops->generate_script(session->tevent.pevent, in cmd_script()

Completed in 36 milliseconds