Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Ds390-sample-raw.c85 struct cf_trailer_entry *tep) in s390_cpumcfdg_dumptrail() argument
89 te.flags = be64_to_cpu(tep->flags); in s390_cpumcfdg_dumptrail()
90 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail()
91 te.csvn = be16_to_cpu(tep->csvn); in s390_cpumcfdg_dumptrail()
92 te.cpu_speed = be32_to_cpu(tep->cpu_speed); in s390_cpumcfdg_dumptrail()
93 te.timestamp = be64_to_cpu(tep->timestamp); in s390_cpumcfdg_dumptrail()
94 te.progusage1 = be64_to_cpu(tep->progusage1); in s390_cpumcfdg_dumptrail()
97 te.tod_base = be64_to_cpu(tep->tod_base); in s390_cpumcfdg_dumptrail()
98 te.mach_type = be16_to_cpu(tep->mach_type); in s390_cpumcfdg_dumptrail()
99 te.res1 = be16_to_cpu(tep->res1); in s390_cpumcfdg_dumptrail()
[all …]
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()
A Dtrace-event-scripting.c31 c->pevent = evsel->tp_format->tep; in scripting_context__update()
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()
A Dpython.c430 struct tep_handle *pevent = field->event->tep; in tracepoint_field()
A Dsort.c864 tep_print_event(evsel->tp_format->tep, in get_trace_output()
/linux-6.3-rc2/tools/verification/rv/src/
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()
A Din_kernel.c359 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.3-rc2/tools/tracing/rtla/src/
A Dtimerlat_aa.c464 function = tep_find_function(taa_ctx->tool->trace.tep, caller[i]); in timerlat_aa_stack_handler()
677 struct tep_handle *tep; in timerlat_auto_analysis() local
714 tep = taa_ctx->tool->trace.tep; in timerlat_auto_analysis()
720 tep_find_function(tep, taa_data->kworker) ? : "<...>", in timerlat_auto_analysis()
721 tep_find_function(tep, taa_data->kworker_func)); in timerlat_auto_analysis()
843 tep_unregister_event_handler(tool->trace.tep, -1, "osnoise", "nmi_noise", in timerlat_aa_unregister_events()
846 tep_unregister_event_handler(tool->trace.tep, -1, "osnoise", "irq_noise", in timerlat_aa_unregister_events()
887 tep_register_event_handler(tool->trace.tep, -1, "osnoise", "nmi_noise", in timerlat_aa_register_events()
890 tep_register_event_handler(tool->trace.tep, -1, "osnoise", "irq_noise", in timerlat_aa_register_events()
899 tep_register_event_handler(tool->trace.tep, -1, "ftrace", "kernel_stack", in timerlat_aa_register_events()
[all …]
A Dtrace.h18 struct tep_handle *tep; member
37 int collect_registered_events(struct tep_event *tep, struct tep_record *record,
A Dtrace.c145 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()
A Dtimerlat_top.c590 tep_register_event_handler(top->trace.tep, -1, "ftrace", "timerlat", in timerlat_init_top()
703 retval = tracefs_iterate_raw_events(trace->tep, in timerlat_top_main()
A Dosnoise_top.c576 tep_register_event_handler(tool->trace.tep, -1, "ftrace", "osnoise", in osnoise_init_top()
670 retval = tracefs_iterate_raw_events(trace->tep, in osnoise_top_main()
A Dosnoise_hist.c177 data->trace_hist = tracefs_hist_alloc(tool->trace.tep, "osnoise", "sample_threshold", in osnoise_init_trace_hist()
843 retval = tracefs_iterate_raw_events(trace->tep, in osnoise_hist_main()
A Dtimerlat_hist.c772 tep_register_event_handler(tool->trace.tep, -1, "ftrace", "timerlat", in timerlat_init_hist()
875 retval = tracefs_iterate_raw_events(trace->tep, in timerlat_hist_main()
/linux-6.3-rc2/tools/lib/perf/Documentation/
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.3-rc2/fs/
A Deventpoll.c1453 struct eventpoll *tep = NULL; in ep_insert() local
1456 tep = tfile->private_data; in ep_insert()
1477 if (tep) in ep_insert()
1478 mutex_lock_nested(&tep->mtx, 1); in ep_insert()
1481 if (tep) in ep_insert()
1482 mutex_unlock(&tep->mtx); in ep_insert()
1488 if (full_check && !tep) in ep_insert()
1496 if (tep) in ep_insert()
1497 mutex_unlock(&tep->mtx); in ep_insert()
2065 struct eventpoll *tep = NULL; in do_epoll_ctl() local
[all …]
/linux-6.3-rc2/tools/verification/rv/include/
A Dtrace.h7 struct tep_handle *tep; member
/linux-6.3-rc2/tools/perf/
A Dbuiltin-kmem.c765 tep_print_event(evsel->tp_format->tep, in parse_gfp_flags()
2012 kmem_page_size = tep_get_page_size(evsel->tp_format->tep); in cmd_kmem()

Completed in 68 milliseconds