/linux-6.12.1/tools/perf/util/ |
D | s390-sample-raw.c | 83 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() 93 te.progusage2 = be64_to_cpu(tep->progusage2); in s390_cpumcfdg_dumptrail() 94 te.progusage3 = be64_to_cpu(tep->progusage3); in s390_cpumcfdg_dumptrail() 95 te.tod_base = be64_to_cpu(tep->tod_base); in s390_cpumcfdg_dumptrail() [all …]
|
D | trace-event-parse.c | 99 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()
|
D | trace-event-scripting.c | 35 c->pevent = evsel->tp_format->tep; in scripting_context__update()
|
D | data-convert-bt.c | 320 tmp_val = tep_read_number(fmtf->event->tep, in add_tracepoint_field_value() 366 fmtf->event->tep, in add_tracepoint_field_value()
|
D | python.c | 327 struct tep_handle *pevent = field->event->tep; in tracepoint_field()
|
D | sort.c | 953 tep_print_event(evsel->tp_format->tep, in get_trace_output()
|
/linux-6.12.1/tools/tracing/rtla/src/ |
D | timerlat_aa.c | 496 function = tep_find_function(taa_ctx->tool->trace.tep, caller[i]); in timerlat_aa_stack_handler() 711 retval = tracefs_iterate_raw_events(trace->tep, in timerlat_auto_analysis_collect_trace() 734 struct tep_handle *tep; in timerlat_auto_analysis() local 773 tep = taa_ctx->tool->trace.tep; in timerlat_auto_analysis() 779 tep_find_function(tep, taa_data->kworker) ? : "<...>", in timerlat_auto_analysis() 780 tep_find_function(tep, taa_data->kworker_func)); in timerlat_auto_analysis() 901 tep_unregister_event_handler(tool->trace.tep, -1, "ftrace", "timerlat", in timerlat_aa_unregister_events() 906 tep_unregister_event_handler(tool->trace.tep, -1, "osnoise", "nmi_noise", in timerlat_aa_unregister_events() 909 tep_unregister_event_handler(tool->trace.tep, -1, "osnoise", "irq_noise", in timerlat_aa_unregister_events() 912 tep_unregister_event_handler(tool->trace.tep, -1, "osnoise", "softirq_noise", in timerlat_aa_unregister_events() [all …]
|
D | trace.h | 18 struct tep_handle *tep; member 37 int collect_registered_events(struct tep_event *tep, struct tep_record *record,
|
D | trace.c | 145 if (trace->tep) { in trace_instance_destroy() 146 tep_free(trace->tep); in trace_instance_destroy() 147 trace->tep = NULL; in trace_instance_destroy() 174 trace->tep = tracefs_local_events(NULL); in trace_instance_init() 175 if (!trace->tep) in trace_instance_init()
|
D | osnoise_top.c | 661 tep_register_event_handler(tool->trace.tep, -1, "ftrace", "osnoise", in osnoise_init_top() 790 retval = tracefs_iterate_raw_events(trace->tep, in osnoise_top_main()
|
D | osnoise_hist.c | 183 data->trace_hist = tracefs_hist_alloc(tool->trace.tep, "osnoise", "sample_threshold", in osnoise_init_trace_hist() 962 retval = tracefs_iterate_raw_events(trace->tep, in osnoise_hist_main()
|
D | timerlat_top.c | 883 tep_register_event_handler(top->trace.tep, -1, "ftrace", "timerlat", in timerlat_init_top() 1067 retval = tracefs_iterate_raw_events(trace->tep, in timerlat_top_main()
|
D | timerlat_hist.c | 1114 tep_register_event_handler(tool->trace.tep, -1, "ftrace", "timerlat", in timerlat_init_hist() 1287 retval = tracefs_iterate_raw_events(trace->tep, in timerlat_hist_main()
|
/linux-6.12.1/tools/verification/rv/src/ |
D | trace.c | 77 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()
|
D | in_kernel.c | 359 tep_print_event(trace_event->tep, s, record, "%16s-%-8d ", TEP_PRINT_COMM, TEP_PRINT_PID); in ikm_event_handler() 463 tep_register_event_handler(inst->tep, -1, "rv", event, in ikm_setup_trace_instance() 471 tep_register_event_handler(inst->tep, -1, "rv", event, in ikm_setup_trace_instance() 670 retval = tracefs_iterate_raw_events(inst->tep, in ikm_run_monitor()
|
/linux-6.12.1/tools/lib/perf/Documentation/ |
D | asciidoc.conf | 30 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.12.1/fs/ |
D | eventpoll.c | 1625 struct eventpoll *tep = NULL; in ep_insert() local 1628 tep = tfile->private_data; in ep_insert() 1649 if (tep) in ep_insert() 1650 mutex_lock_nested(&tep->mtx, 1); in ep_insert() 1653 if (tep) in ep_insert() 1654 mutex_unlock(&tep->mtx); in ep_insert() 1660 if (full_check && !tep) in ep_insert() 1668 if (tep) in ep_insert() 1669 mutex_unlock(&tep->mtx); in ep_insert() 2260 struct eventpoll *tep = NULL; in do_epoll_ctl() local [all …]
|
/linux-6.12.1/tools/verification/rv/include/ |
D | trace.h | 7 struct tep_handle *tep; member
|
/linux-6.12.1/tools/perf/ |
D | builtin-kmem.c | 775 tep_print_event(evsel->tp_format->tep, in parse_gfp_flags() 2021 kmem_page_size = tep_get_page_size(evsel->tp_format->tep); in cmd_kmem()
|