Home
last modified time | relevance | path

Searched refs:tep (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/tools/perf/util/
H A Ds390-sample-raw.c83 struct cf_trailer_entry *tep) in s390_cpumcfdg_dumptrail() argument
87 te.flags = be64_to_cpu(tep->flags); in s390_cpumcfdg_dumptrail()
88 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail()
89 te.csvn = be16_to_cpu(tep->csvn); in s390_cpumcfdg_dumptrail()
90 te.cpu_speed = be32_to_cpu(tep->cpu_speed); in s390_cpumcfdg_dumptrail()
91 te.timestamp = be64_to_cpu(tep->timestamp); in s390_cpumcfdg_dumptrail()
92 te.progusage1 = be64_to_cpu(tep->progusage1); in s390_cpumcfdg_dumptrail()
95 te.tod_base = be64_to_cpu(tep->tod_base); in s390_cpumcfdg_dumptrail()
96 te.mach_type = be16_to_cpu(tep->mach_type); in s390_cpumcfdg_dumptrail()
97 te.res1 = be16_to_cpu(tep->res1); in s390_cpumcfdg_dumptrail()
[all …]
H A Dtrace-event-parse.c99 return tep_read_number(event->tep, ptr, size); in read_size()
114 tep_print_event(event->tep, &s, &record, "%s", TEP_PRINT_INFO); in event_format__fprintf()
H A Dtrace-event-scripting.c114 c->pevent = tp_format ? tp_format->tep : NULL; in scripting_context__update()
H A Ddata-convert-bt.c320 tmp_val = tep_read_number(fmtf->event->tep, in add_tracepoint_field_value()
366 fmtf->event->tep, in add_tracepoint_field_value()
H A Dpython.c297 struct tep_handle *pevent = field->event->tep; in tracepoint_field()
H A Dsort.c1083 tep_print_event(tp_format->tep, &seq, &rec, "%s", TEP_PRINT_INFO); in get_trace_output()
/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat_aa.c494 function = tep_find_function(taa_ctx->tool->trace.tep, caller[i]); in timerlat_aa_stack_handler()
709 retval = tracefs_iterate_raw_events(trace->tep, in timerlat_auto_analysis_collect_trace()
732 struct tep_handle *tep; in timerlat_auto_analysis() local
771 tep = taa_ctx->tool->trace.tep; in timerlat_auto_analysis()
777 tep_find_function(tep, taa_data->kworker) ? : "<...>", in timerlat_auto_analysis()
778 tep_find_function(tep, taa_data->kworker_func)); in timerlat_auto_analysis()
899 tep_unregister_event_handler(tool->trace.tep, -1, "ftrace", "timerlat", in timerlat_aa_unregister_events()
939 tep_register_event_handler(tool->trace.tep, -1, "ftrace", "timerlat", in timerlat_aa_register_events()
952 tep_register_event_handler(tool->trace.tep, -1, "osnoise", "nmi_noise", in timerlat_aa_register_events()
955 tep_register_event_handler(tool->trace.tep, -1, "osnoise", "irq_noise", in timerlat_aa_register_events()
[all …]
H A Dtrace.h18 struct tep_handle *tep; member
40 int collect_registered_events(struct tep_event *tep, struct tep_record *record,
H A Dtrace.c176 if (trace->tep) { in trace_instance_destroy()
177 tep_free(trace->tep); in trace_instance_destroy()
178 trace->tep = NULL; in trace_instance_destroy()
205 trace->tep = tracefs_local_events(NULL); in trace_instance_init()
206 if (!trace->tep) in trace_instance_init()
H A Dosnoise_top.c568 tep_register_event_handler(tool->trace.tep, -1, "ftrace", "osnoise", in osnoise_init_top()
697 retval = tracefs_iterate_raw_events(trace->tep, in osnoise_top_main()
H A Dtimerlat_top.c838 tep_register_event_handler(top->trace.tep, -1, "ftrace", "timerlat", in timerlat_init_top()
896 retval = tracefs_iterate_raw_events(trace->tep, in timerlat_top_main_loop()
1028 if (!no_bpf && !tep_find_event_by_name(trace->tep, "osnoise", "timerlat_sample")) { in timerlat_top_main()
H A Dosnoise_hist.c152 data->trace_hist = tracefs_hist_alloc(tool->trace.tep, "osnoise", "sample_threshold", in osnoise_init_trace_hist()
873 retval = tracefs_iterate_raw_events(trace->tep, in osnoise_hist_main()
H A Dtimerlat_hist.c1099 tep_register_event_handler(tool->trace.tep, -1, "ftrace", "timerlat", in timerlat_init_hist()
1183 if (!no_bpf && !tep_find_event_by_name(trace->tep, "osnoise", "timerlat_sample")) { in timerlat_hist_main()
1340 retval = tracefs_iterate_raw_events(trace->tep, in timerlat_hist_main()
/linux-6.15/tools/verification/rv/src/
H A Dtrace.c77 if (trace->tep) { in trace_instance_destroy()
78 tep_free(trace->tep); in trace_instance_destroy()
79 trace->tep = NULL; in trace_instance_destroy()
108 trace->tep = tracefs_local_events(NULL); in trace_instance_init()
109 if (!trace->tep) in trace_instance_init()
H A Din_kernel.c437 tep_print_event(trace_event->tep, s, record, "%16s-%-8d [%.3d] ", in ikm_event_handler()
441 tep_print_event(trace_event->tep, s, record, "%s ", TEP_PRINT_NAME); in ikm_event_handler()
499 tep_print_event(trace_event->tep, s, record, "%s ", TEP_PRINT_NAME); in ikm_error_handler()
532 tep_register_event_handler(inst->tep, -1, "rv", event, in ikm_enable_trace_events()
540 tep_register_event_handler(inst->tep, -1, "rv", event, in ikm_enable_trace_events()
818 retval = tracefs_iterate_raw_events(inst->tep, in ikm_run_monitor()
/linux-6.15/tools/lib/perf/Documentation/
H A Dasciidoc.conf30 ifndef::tep-asciidoc-no-roff[]
45 endif::tep-asciidoc-no-roff[]
47 ifdef::tep-asciidoc-no-roff[]
66 endif::tep-asciidoc-no-roff[]
/linux-6.15/tools/verification/rv/include/
H A Dtrace.h7 struct tep_handle *tep; member
/linux-6.15/fs/
H A Deventpoll.c1659 struct eventpoll *tep = NULL; in ep_insert() local
1662 tep = tfile->private_data; in ep_insert()
1683 if (tep) in ep_insert()
1684 mutex_lock_nested(&tep->mtx, 1); in ep_insert()
1687 if (tep) in ep_insert()
1688 mutex_unlock(&tep->mtx); in ep_insert()
1694 if (full_check && !tep) in ep_insert()
1702 if (tep) in ep_insert()
1703 mutex_unlock(&tep->mtx); in ep_insert()
2313 struct eventpoll *tep = NULL; in do_epoll_ctl() local
[all …]
/linux-6.15/tools/perf/
H A Dbuiltin-kmem.c778 tep_print_event(tp_format->tep, &seq, &record, "%s", TEP_PRINT_INFO); in parse_gfp_flags()
2023 kmem_page_size = tep_get_page_size(tp_format->tep); in cmd_kmem()