| /linux/tools/perf/util/ |
| H A D | s390-sample-raw.c | 86 struct cf_trailer_entry *tep) in s390_cpumcfdg_dumptrail() 90 te.flags = be64_to_cpu(tep->flags); in s390_cpumcfdg_dumptrail() 91 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail() 92 te.csvn = be16_to_cpu(tep->csvn); in s390_cpumcfdg_dumptrail() 93 te.cpu_speed = be32_to_cpu(tep->cpu_speed); in s390_cpumcfdg_dumptrail() 94 te.timestamp = be64_to_cpu(tep->timestamp); in s390_cpumcfdg_dumptrail() 95 te.progusage1 = be64_to_cpu(tep->progusage1); in s390_cpumcfdg_dumptrail() 96 te.progusage2 = be64_to_cpu(tep->progusage2); in s390_cpumcfdg_dumptrail() 97 te.progusage3 = be64_to_cpu(tep->progusage3); in s390_cpumcfdg_dumptrail() 98 te.tod_base = be64_to_cpu(tep in s390_cpumcfdg_dumptrail() 85 s390_cpumcfdg_dumptrail(const char * color,size_t offset,struct cf_trailer_entry * tep) s390_cpumcfdg_dumptrail() argument [all...] |
| H A D | trace-event-scripting.c | 112 c->pevent = tp_format ? tp_format->tep : NULL; in scripting_context__update()
|
| H A D | data-convert-bt.c | 326 tmp_val = tep_read_number(fmtf->event->tep, in add_tracepoint_field_value() 372 fmtf->event->tep, in add_tracepoint_field_value()
|
| H A D | python.c | 613 struct tep_handle *pevent = field->event->tep; in pyrf_thread_map__length()
|
| H A D | sort.c | 1245 tep_print_event(tp_format->tep, &seq, &rec, "%s", TEP_PRINT_INFO); in sort__sym_from_cmp()
|
| /linux/tools/tracing/rtla/src/ |
| H A D | timerlat_aa.c | 505 function = tep_find_function(taa_ctx->tool->trace.tep, caller[i]); 729 retval = tracefs_iterate_raw_events(trace->tep, in timerlat_auto_analysis() 752 struct tep_handle *tep; in timerlat_auto_analysis() 791 tep = taa_ctx->tool->trace.tep; in timerlat_aa_destroy_seqs() 797 tep_find_function(tep, taa_data->kworker) ? : "<...>", in timerlat_aa_destroy_seqs() 798 tep_find_function(tep, taa_data->kworker_func)); in timerlat_aa_destroy_seqs() 919 tep_unregister_event_handler(tool->trace.tep, -1, "ftrace", "timerlat", in timerlat_aa_unregister_events() 924 tep_unregister_event_handler(tool->trace.tep, -1, "osnoise", "nmi_noise", in timerlat_aa_unregister_events() 927 tep_unregister_event_handler(tool->trace.tep, in timerlat_aa_unregister_events() 732 struct tep_handle *tep; timerlat_auto_analysis() local [all...] |
| H A D | trace.h | 18 struct tep_handle *tep; member 37 int collect_registered_events(struct tep_event *tep, struct tep_record *record,
|
| H A D | trace.c | 192 if (trace->tep) { 193 tep_free(trace->tep); in trace_instance_init() 194 trace->tep = NULL; in trace_instance_init() 219 trace->tep = tracefs_local_events(NULL); in trace_instance_init() 220 if (!trace->tep) in trace_instance_init()
|
| H A D | common.c | 312 retval = tracefs_iterate_raw_events(trace->tep, in top_main_loop() 363 retval = tracefs_iterate_raw_events(trace->tep, in hist_main_loop()
|
| H A D | timerlat.c | 42 } else if (!tep_find_event_by_name(tool->trace.tep, "osnoise", "timerlat_sample")) { in timerlat_apply_config()
|
| H A D | osnoise_top.c | 295 tep_register_event_handler(tool->trace.tep, -1, "ftrace", "osnoise", in osnoise_top_usage()
|
| H A D | timerlat_top.c | 500 tep_register_event_handler(top->trace.tep, -1, "ftrace", "timerlat", in timerlat_init_top()
|
| H A D | osnoise_hist.c | 154 data->trace_hist = tracefs_hist_alloc(tool->trace.tep, "osnoise", "sample_threshold", in osnoise_init_trace_hist()
|
| H A D | timerlat_hist.c | 724 tep_register_event_handler(tool->trace.tep, -1, "ftrace", "timerlat", in timerlat_hist_usage()
|
| /linux/tools/verification/rv/src/ |
| H A 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()
|
| H A D | in_kernel.c | 444 tep_print_event(trace_event->tep, s, record, "%16s-%-8d [%.3d] ", in ikm_event_handler() 448 tep_print_event(trace_event->tep, s, record, "%s ", TEP_PRINT_NAME); in ikm_event_handler() 506 tep_print_event(trace_event->tep, s, record, "%s ", TEP_PRINT_NAME); in ikm_error_handler() 539 tep_register_event_handler(inst->tep, -1, "rv", event, in ikm_enable_trace_events() 547 tep_register_event_handler(inst->tep, -1, "rv", event, in ikm_enable_trace_events() 825 retval = tracefs_iterate_raw_events(inst->tep, in ikm_run_monitor()
|
| /linux/tools/lib/perf/Documentation/ |
| H A 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/fs/ |
| H A D | eventpoll.c | 1863 struct epitem *epi, struct eventpoll *tep, in ep_register_epitem() argument 1869 if (tep) in ep_register_epitem() 1870 mutex_lock_nested(&tep->mtx, 1); in ep_register_epitem() 1874 if (tep) in ep_register_epitem() 1875 mutex_unlock(&tep->mtx); in ep_register_epitem() 1881 if (full_check && !tep) in ep_register_epitem() 1886 if (tep) in ep_register_epitem() 1887 mutex_unlock(&tep->mtx); in ep_register_epitem() 1904 struct eventpoll *tep = NULL; in ep_insert() local 1907 tep = tf->file->private_data; in ep_insert() [all …]
|
| /linux/tools/verification/rv/include/ |
| H A D | trace.h | 7 struct tep_handle *tep; member
|
| /linux/tools/perf/ |
| H A D | builtin-kmem.c | 778 tep_print_event(tp_format->tep, &seq, &record, "%s", TEP_PRINT_INFO); in parse_gfp_flags() 2046 kmem_page_size = tep_get_page_size(tp_format->tep); in cmd_kmem()
|