Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dauxtrace.c1293 void auxtrace_synth_guest_error(struct perf_record_auxtrace_error *auxtrace_error, int type, in auxtrace_synth_guest_error()
1300 memset(auxtrace_error, 0, sizeof(struct perf_record_auxtrace_error)); in auxtrace_synth_guest_error()
1302 auxtrace_error->header.type = PERF_RECORD_AUXTRACE_ERROR; in auxtrace_synth_guest_error()
1303 auxtrace_error->type = type; in auxtrace_synth_guest_error()
1304 auxtrace_error->code = code; in auxtrace_synth_guest_error()
1305 auxtrace_error->cpu = cpu; in auxtrace_synth_guest_error()
1306 auxtrace_error->pid = pid; in auxtrace_synth_guest_error()
1307 auxtrace_error->tid = tid;
1308 auxtrace_error->fmt = 1; in auxtrace_synth_error() argument
1309 auxtrace_error in auxtrace_synth_error()
1277 auxtrace_synth_guest_error(struct perf_record_auxtrace_error * auxtrace_error,int type,int code,int cpu,pid_t pid,pid_t tid,u64 ip,const char * msg,u64 timestamp,pid_t machine_pid,int vcpu) auxtrace_synth_guest_error() argument
[all...]
H A Dsession.c855 event->auxtrace_error.type = bswap_32(event->auxtrace_error.type); in callchain__lbr_callstack_printf()
856 event->auxtrace_error.code = bswap_32(event->auxtrace_error.code); in callchain__lbr_callstack_printf()
857 event->auxtrace_error.cpu = bswap_32(event->auxtrace_error.cpu); in callchain__lbr_callstack_printf()
858 event->auxtrace_error.pid = bswap_32(event->auxtrace_error.pid); in callchain__lbr_callstack_printf()
859 event->auxtrace_error.tid = bswap_32(event->auxtrace_error in callchain__lbr_callstack_printf()
[all...]
H A Dtool.h74 auxtrace_error,
75 auxtrace_error, global() member
H A Dtool.c372 tool->auxtrace_error = process_event_op2_stub;
471 CREATE_DELEGATE_OP2(auxtrace_error); in delegate_tool__init()
558 tool->tool.auxtrace_error = delegate_auxtrace_error;
H A Dauxtrace.h603 void auxtrace_synth_guest_error(struct perf_record_auxtrace_error *auxtrace_error, int type,
607 void auxtrace_synth_error(struct perf_record_auxtrace_error *auxtrace_error, int type,
H A Dintel-bts.c136 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in intel_bts_lost()
353 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in intel_bts_synth_error()
H A Ds390-cpumsf.c896 auxtrace_synth_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE, in s390_cpumsf_synth_error()
H A Dintel-pt.c2726 auxtrace_synth_guest_error(&event.auxtrace_error, PERF_AUXTRACE_ERROR_ITRACE,
/linux/tools/perf/
H A Dbuiltin-mem.c291 mem->tool.auxtrace_error = perf_event__process_auxtrace_error; in report_raw_events()
H A Dbuiltin-inject.c2467 inject->tool.auxtrace_error = perf_event__process_auxtrace_error; in evsel__has_dwarf_callchain()
2846 inject.tool.auxtrace_error = perf_event__repipe_op2_synth;
H A Dbuiltin-script.c3229 script->tool.auxtrace_error = process_auxtrace_error; in __cmd_script()
4447 script.tool.auxtrace_error = perf_event__process_auxtrace_error; in cmd_script()
H A Dbuiltin-c2c.c3217 c2c.tool.auxtrace_error = perf_event__process_auxtrace_error; in perf_c2c__report()
/linux/tools/lib/perf/include/perf/
H A Devent.h624 struct perf_record_auxtrace_error auxtrace_error;
617 struct perf_record_auxtrace_error auxtrace_error; global() member
/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): function
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1605 struct perf_record_auxtrace_error *e = &event->auxtrace_error; in python_process_switch()
1607 const char *handler_name = "auxtrace_error"; in python_process_switch()
1637 event->header.size >= offsetof(typeof(event->auxtrace_error), vcpu) + in python_process_auxtrace_error()
1638 sizeof(event->auxtrace_error.vcpu)) { in python_process_auxtrace_error()