Searched refs:auxtrace_error (Results 1 – 14 of 14) sorted by relevance
/linux/tools/perf/util/ |
H A D | auxtrace.c | 1263 void auxtrace_synth_guest_error(struct perf_record_auxtrace_error *auxtrace_error, int type, in auxtrace_synth_guest_error() argument 1270 memset(auxtrace_error, 0, sizeof(struct perf_record_auxtrace_error)); in auxtrace_synth_guest_error() 1272 auxtrace_error->header.type = PERF_RECORD_AUXTRACE_ERROR; in auxtrace_synth_guest_error() 1273 auxtrace_error->type = type; in auxtrace_synth_guest_error() 1274 auxtrace_error->code = code; in auxtrace_synth_guest_error() 1275 auxtrace_error->cpu = cpu; in auxtrace_synth_guest_error() 1276 auxtrace_error->pid = pid; in auxtrace_synth_guest_error() 1277 auxtrace_error->tid = tid; in auxtrace_synth_guest_error() 1278 auxtrace_error->fmt = 1; in auxtrace_synth_guest_error() 1279 auxtrace_error->ip = ip; in auxtrace_synth_guest_error() [all …]
|
H A D | session.c | 592 event->auxtrace_error.type = bswap_32(event->auxtrace_error.type); in perf_event__auxtrace_error_swap() 593 event->auxtrace_error.code = bswap_32(event->auxtrace_error.code); in perf_event__auxtrace_error_swap() 594 event->auxtrace_error.cpu = bswap_32(event->auxtrace_error.cpu); in perf_event__auxtrace_error_swap() 595 event->auxtrace_error.pid = bswap_32(event->auxtrace_error.pid); in perf_event__auxtrace_error_swap() 596 event->auxtrace_error.tid = bswap_32(event->auxtrace_error.tid); in perf_event__auxtrace_error_swap() 597 event->auxtrace_error.fmt = bswap_32(event->auxtrace_error.fmt); in perf_event__auxtrace_error_swap() 598 event->auxtrace_error.ip = bswap_64(event->auxtrace_error.ip); in perf_event__auxtrace_error_swap() 599 if (event->auxtrace_error.fmt) in perf_event__auxtrace_error_swap() 600 event->auxtrace_error.time = bswap_64(event->auxtrace_error.time); in perf_event__auxtrace_error_swap() 601 if (event->auxtrace_error.fmt >= 2) { in perf_event__auxtrace_error_swap() [all …]
|
H A D | tool.h | 72 auxtrace_error, member
|
H A D | auxtrace.h | 609 void auxtrace_synth_guest_error(struct perf_record_auxtrace_error *auxtrace_error, int type, 613 void auxtrace_synth_error(struct perf_record_auxtrace_error *auxtrace_error, int type,
|
H A D | tool.c | 295 tool->auxtrace_error = process_event_op2_stub; in perf_tool__init()
|
H A D | s390-cpumsf.c | 896 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in s390_cpumsf_synth_error()
|
H A D | intel-pt.c | 2705 auxtrace_synth_guest_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in intel_pt_synth_error()
|
/linux/tools/lib/perf/include/perf/ |
H A D | event.h | 536 struct perf_record_auxtrace_error auxtrace_error; member
|
/linux/tools/perf/ |
H A D | builtin-mem.c | 291 mem->tool.auxtrace_error = perf_event__process_auxtrace_error; in report_raw_events()
|
H A D | builtin-inject.c | 2221 inject->tool.auxtrace_error = perf_event__process_auxtrace_error; in __cmd_inject() 2528 inject.tool.auxtrace_error = perf_event__repipe_op2_synth; in cmd_inject()
|
H A D | builtin-script.c | 2877 script->tool.auxtrace_error = process_auxtrace_error; in __cmd_script() 4100 script.tool.auxtrace_error = perf_event__process_auxtrace_error; in cmd_script()
|
H A D | builtin-c2c.c | 3076 c2c.tool.auxtrace_error = perf_event__process_auxtrace_error; in perf_c2c__report()
|
/linux/tools/perf/scripts/python/ |
H A D | intel-pt-events.py | 445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): function
|
/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1604 struct perf_record_auxtrace_error *e = &event->auxtrace_error; in python_process_auxtrace_error()
|