Searched refs:auxtrace_error (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | auxtrace.c | 858 void auxtrace_synth_error(struct auxtrace_error_event *auxtrace_error, int type, in auxtrace_synth_error() argument 864 memset(auxtrace_error, 0, sizeof(struct auxtrace_error_event)); in auxtrace_synth_error() 866 auxtrace_error->header.type = PERF_RECORD_AUXTRACE_ERROR; in auxtrace_synth_error() 867 auxtrace_error->type = type; in auxtrace_synth_error() 868 auxtrace_error->code = code; in auxtrace_synth_error() 869 auxtrace_error->cpu = cpu; in auxtrace_synth_error() 870 auxtrace_error->pid = pid; in auxtrace_synth_error() 871 auxtrace_error->tid = tid; in auxtrace_synth_error() 872 auxtrace_error->ip = ip; in auxtrace_synth_error() 873 strlcpy(auxtrace_error->msg, msg, MAX_AUXTRACE_ERROR_MSG); in auxtrace_synth_error() [all …]
|
D | session.c | 412 if (tool->auxtrace_error == NULL) in perf_tool__fill_defaults() 413 tool->auxtrace_error = process_event_op2_stub; in perf_tool__fill_defaults() 699 event->auxtrace_error.type = bswap_32(event->auxtrace_error.type); in perf_event__auxtrace_error_swap() 700 event->auxtrace_error.code = bswap_32(event->auxtrace_error.code); in perf_event__auxtrace_error_swap() 701 event->auxtrace_error.cpu = bswap_32(event->auxtrace_error.cpu); in perf_event__auxtrace_error_swap() 702 event->auxtrace_error.pid = bswap_32(event->auxtrace_error.pid); in perf_event__auxtrace_error_swap() 703 event->auxtrace_error.tid = bswap_32(event->auxtrace_error.tid); in perf_event__auxtrace_error_swap() 704 event->auxtrace_error.ip = bswap_64(event->auxtrace_error.ip); in perf_event__auxtrace_error_swap() 1392 return tool->auxtrace_error(tool, event, session); in perf_session__process_user_event()
|
D | tool.h | 67 auxtrace_error, member
|
D | intel-bts.c | 143 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in intel_bts_lost() 366 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in intel_bts_synth_error()
|
D | auxtrace.h | 512 void auxtrace_synth_error(struct auxtrace_error_event *auxtrace_error, int type,
|
D | event.h | 643 struct auxtrace_error_event auxtrace_error; member
|
D | s390-cpumsf.c | 741 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in s390_cpumsf_synth_error()
|
D | intel-pt.c | 1401 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in intel_pt_synth_error()
|
/Linux-v4.19/tools/perf/ |
D | builtin-inject.c | 766 .auxtrace_error = perf_event__repipe_op2_synth, in cmd_inject()
|
D | builtin-script.c | 3105 .auxtrace_error = perf_event__process_auxtrace_error, in cmd_script()
|