Searched refs:auxtrace_error (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.15/tools/perf/util/ |
| D | auxtrace.c | 1169 void auxtrace_synth_error(struct perf_record_auxtrace_error *auxtrace_error, int type, in auxtrace_synth_error() argument 1175 memset(auxtrace_error, 0, sizeof(struct perf_record_auxtrace_error)); in auxtrace_synth_error() 1177 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() [all …]
|
| D | session.c | 538 if (tool->auxtrace_error == NULL) in perf_tool__fill_defaults() 539 tool->auxtrace_error = process_event_op2_stub; in perf_tool__fill_defaults() 882 event->auxtrace_error.type = bswap_32(event->auxtrace_error.type); in perf_event__auxtrace_error_swap() 883 event->auxtrace_error.code = bswap_32(event->auxtrace_error.code); in perf_event__auxtrace_error_swap() 884 event->auxtrace_error.cpu = bswap_32(event->auxtrace_error.cpu); in perf_event__auxtrace_error_swap() 885 event->auxtrace_error.pid = bswap_32(event->auxtrace_error.pid); in perf_event__auxtrace_error_swap() 886 event->auxtrace_error.tid = bswap_32(event->auxtrace_error.tid); in perf_event__auxtrace_error_swap() 887 event->auxtrace_error.fmt = bswap_32(event->auxtrace_error.fmt); in perf_event__auxtrace_error_swap() 888 event->auxtrace_error.ip = bswap_64(event->auxtrace_error.ip); in perf_event__auxtrace_error_swap() 889 if (event->auxtrace_error.fmt) in perf_event__auxtrace_error_swap() [all …]
|
| D | tool.h | 70 auxtrace_error, member
|
| D | intel-bts.c | 136 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()
|
| D | auxtrace.h | 587 void auxtrace_synth_error(struct perf_record_auxtrace_error *auxtrace_error, int type,
|
| D | s390-cpumsf.c | 893 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in s390_cpumsf_synth_error()
|
| D | intel-pt.c | 2133 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in intel_pt_synth_error()
|
| /Linux-v5.15/tools/lib/perf/include/perf/ |
| D | event.h | 414 struct perf_record_auxtrace_error auxtrace_error; member
|
| /Linux-v5.15/tools/perf/ |
| D | builtin-mem.c | 450 .auxtrace_error = perf_event__process_auxtrace_error, in cmd_mem()
|
| D | builtin-inject.c | 805 inject->tool.auxtrace_error = perf_event__process_auxtrace_error; in __cmd_inject() 898 .auxtrace_error = perf_event__repipe_op2_synth, in cmd_inject()
|
| D | builtin-script.c | 2644 script->tool.auxtrace_error = process_auxtrace_error; in __cmd_script() 3662 .auxtrace_error = perf_event__process_auxtrace_error, in cmd_script()
|
| D | builtin-c2c.c | 377 .auxtrace_error = perf_event__process_auxtrace_error,
|
| /Linux-v5.15/tools/perf/scripts/python/ |
| D | intel-pt-events.py | 329 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): function
|
| /Linux-v5.15/tools/perf/Documentation/ |
| D | perf-script-python.txt | 567 *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-v5.15/tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 1509 struct perf_record_auxtrace_error *e = &event->auxtrace_error; in python_process_auxtrace_error()
|