Home
last modified time | relevance | path

Searched refs:auxtrace_error (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dsession.c521 if (tool->auxtrace_error == NULL) in perf_tool__fill_defaults()
522 tool->auxtrace_error = process_event_op2_stub; in perf_tool__fill_defaults()
862 event->auxtrace_error.type = bswap_32(event->auxtrace_error.type); in perf_event__auxtrace_error_swap()
863 event->auxtrace_error.code = bswap_32(event->auxtrace_error.code); in perf_event__auxtrace_error_swap()
864 event->auxtrace_error.cpu = bswap_32(event->auxtrace_error.cpu); in perf_event__auxtrace_error_swap()
865 event->auxtrace_error.pid = bswap_32(event->auxtrace_error.pid); in perf_event__auxtrace_error_swap()
866 event->auxtrace_error.tid = bswap_32(event->auxtrace_error.tid); in perf_event__auxtrace_error_swap()
867 event->auxtrace_error.fmt = bswap_32(event->auxtrace_error.fmt); in perf_event__auxtrace_error_swap()
868 event->auxtrace_error.ip = bswap_64(event->auxtrace_error.ip); in perf_event__auxtrace_error_swap()
869 if (event->auxtrace_error.fmt) in perf_event__auxtrace_error_swap()
[all …]
Dauxtrace.c1161 void auxtrace_synth_error(struct perf_record_auxtrace_error *auxtrace_error, int type, in auxtrace_synth_error() argument
1167 memset(auxtrace_error, 0, sizeof(struct perf_record_auxtrace_error)); in auxtrace_synth_error()
1169 auxtrace_error->header.type = PERF_RECORD_AUXTRACE_ERROR; in auxtrace_synth_error()
1170 auxtrace_error->type = type; in auxtrace_synth_error()
1171 auxtrace_error->code = code; in auxtrace_synth_error()
1172 auxtrace_error->cpu = cpu; in auxtrace_synth_error()
1173 auxtrace_error->pid = pid; in auxtrace_synth_error()
1174 auxtrace_error->tid = tid; in auxtrace_synth_error()
1175 auxtrace_error->fmt = 1; in auxtrace_synth_error()
1176 auxtrace_error->ip = ip; in auxtrace_synth_error()
[all …]
Dtool.h70 auxtrace_error, member
Dintel-bts.c136 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in intel_bts_lost()
350 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in intel_bts_synth_error()
Dauxtrace.h585 void auxtrace_synth_error(struct perf_record_auxtrace_error *auxtrace_error, int type,
Ds390-cpumsf.c893 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in s390_cpumsf_synth_error()
Dintel-pt.c1919 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in intel_pt_synth_error()
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/
Devent.h404 struct perf_record_auxtrace_error auxtrace_error; member
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-inject.c831 .auxtrace_error = perf_event__repipe_op2_synth, in cmd_inject()
Dbuiltin-script.c3467 .auxtrace_error = perf_event__process_auxtrace_error, in cmd_script()