Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dauxtrace.c1177 auxtrace_error->header.type = PERF_RECORD_AUXTRACE_ERROR; in auxtrace_synth_error()
1178 auxtrace_error->type = type; in auxtrace_synth_error()
1179 auxtrace_error->code = code; in auxtrace_synth_error()
1180 auxtrace_error->cpu = cpu; in auxtrace_synth_error()
1181 auxtrace_error->pid = pid; in auxtrace_synth_error()
1182 auxtrace_error->tid = tid; in auxtrace_synth_error()
1183 auxtrace_error->fmt = 1; in auxtrace_synth_error()
1184 auxtrace_error->ip = ip; in auxtrace_synth_error()
1185 auxtrace_error->time = timestamp; in auxtrace_synth_error()
1188 size = (void *)auxtrace_error->msg - (void *)auxtrace_error + in auxtrace_synth_error()
[all …]
A Dsession.c541 if (tool->auxtrace_error == NULL) in perf_tool__fill_defaults()
885 event->auxtrace_error.type = bswap_32(event->auxtrace_error.type); in perf_event__auxtrace_error_swap()
886 event->auxtrace_error.code = bswap_32(event->auxtrace_error.code); in perf_event__auxtrace_error_swap()
887 event->auxtrace_error.cpu = bswap_32(event->auxtrace_error.cpu); in perf_event__auxtrace_error_swap()
888 event->auxtrace_error.pid = bswap_32(event->auxtrace_error.pid); in perf_event__auxtrace_error_swap()
889 event->auxtrace_error.tid = bswap_32(event->auxtrace_error.tid); in perf_event__auxtrace_error_swap()
890 event->auxtrace_error.fmt = bswap_32(event->auxtrace_error.fmt); in perf_event__auxtrace_error_swap()
891 event->auxtrace_error.ip = bswap_64(event->auxtrace_error.ip); in perf_event__auxtrace_error_swap()
892 if (event->auxtrace_error.fmt) in perf_event__auxtrace_error_swap()
893 event->auxtrace_error.time = bswap_64(event->auxtrace_error.time); in perf_event__auxtrace_error_swap()
[all …]
A Dtool.h71 auxtrace_error, member
A 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()
A Dauxtrace.h590 void auxtrace_synth_error(struct perf_record_auxtrace_error *auxtrace_error, int type,
A Ds390-cpumsf.c893 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in s390_cpumsf_synth_error()
A Dintel-pt.c2181 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in intel_pt_synth_error()
/linux/tools/lib/perf/include/perf/
A Devent.h419 struct perf_record_auxtrace_error auxtrace_error; member
/linux/tools/perf/scripts/python/
A Dintel-pt-events.py330 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): function
/linux/tools/perf/
A Dbuiltin-mem.c450 .auxtrace_error = perf_event__process_auxtrace_error, in cmd_mem()
A Dbuiltin-inject.c809 inject->tool.auxtrace_error = perf_event__process_auxtrace_error; in __cmd_inject()
904 .auxtrace_error = perf_event__repipe_op2_synth, in cmd_inject()
A Dbuiltin-script.c2654 script->tool.auxtrace_error = process_auxtrace_error; in __cmd_script()
3672 .auxtrace_error = perf_event__process_auxtrace_error, in cmd_script()
A Dbuiltin-c2c.c377 .auxtrace_error = perf_event__process_auxtrace_error,
/linux/tools/perf/Documentation/
A Dperf-script-python.txt567 *auxtrace_error*, if defined, is called for any AUX area tracing error
570 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x):
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c1509 struct perf_record_auxtrace_error *e = &event->auxtrace_error; in python_process_auxtrace_error()

Completed in 59 milliseconds