Searched refs:event_type (Results 1 – 13 of 13) sorted by relevance
138 static bool lookup_expected_event(int event_type, struct trace_point *e) in lookup_expected_event() argument147 if (p->type != event_type) in lookup_expected_event()406 int event_type = check_event_type(line); in aolib_tracer_process_event() local409 if (event_type < 0) in aolib_tracer_process_event()412 if (tracer_scan_event(line, event_type, &tmp)) in aolib_tracer_process_event()415 return lookup_expected_event(event_type, &tmp) ? in aolib_tracer_process_event()
67 ((struct proc_input *)msg->data)->event_type = in send_message()68 ((struct proc_input *)pinp)->event_type; in send_message()264 input.event_type = PROC_EVENT_NONZERO_EXIT; in main()
128 enum tcp_estats_event_type event_type; member168 event->event_type = type; in tcp_estats_ev_init()
74 switch (chg.event_type) { in main()
288 struct perf_trace_event_type event_type; member530 struct perf_record_header_event_type event_type; member
24 const char *event_type(size_t type);
556 event->event_type.event_type.event_id = in perf_event__event_type_swap()557 bswap_64(event->event_type.event_type.event_id); in perf_event__event_type_swap()
96 const char *event_type(size_t type) in event_type() function
250 return event_type(evsel->core.attr.type); in evsel__pmu_name()
660 event_type(j)); in perf_session__check_output_opt()3050 event_type(type)); in parse_output_fields()3129 all_output_options[i].str, event_type(j)); in parse_output_fields()3147 all_output_options[i].str, event_type(type)); in parse_output_fields()3164 "Events will not be displayed.\n", event_type(type)); in parse_output_fields()
380 * When header.misc & PERF_RECORD_MISC_OVERFLOW the event_type field
501 struct perf_trace_event_type event_type;
479 .event_type = CXL_MMER_TEMP_CHANGE,
Completed in 42 milliseconds