/linux/tools/perf/scripts/python/ |
H A D | intel-pt-events.py | 237 machine_pid = sample["machine_pid"] 239 …return "VM:%5d VCPU:%03d %16s %5u/%-5u [%03u] %9u.%09u " % (machine_pid, vcpu, comm, pid, tid, cp… 449 machine_pid = x[0] 452 machine_pid = 0 455 if machine_pid: 457 …(machine_pid, vcpu, "Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg,… 466 def context_switch(ts, cpu, pid, tid, np_pid, np_tid, machine_pid, out, out_preempt, *x): argument 478 machine_pid = x[0] 482 if machine_pid == -1: 485 machine_str = "machine PID %d" % machine_pid [all …]
|
/linux/tools/perf/ |
H A D | builtin-inject.c | 78 u32 machine_pid; member 1080 event->comm.pid != gs->machine_pid) in host_peek_vm_comms_cb() 1266 sid->machine_pid = gs->machine_pid; in guest_session__add_attr() 1348 static int synthesize_build_id(struct perf_inject *inject, struct dso *dso, pid_t machine_pid) in synthesize_build_id() argument 1350 struct machine *machine = perf_session__findnew_machine(inject->session, machine_pid); in synthesize_build_id() 1382 return synthesize_build_id(inject, dso, gs->machine_pid); in guest_session__add_build_ids_cb() 1792 pr_err("No VCPU threads found for pid %u\n", gs->machine_pid); in host__finished_init() 1866 if (out || pid != gs->machine_pid) in host__context_switch() 1985 gs->machine_pid in parse_guest_data() [all...] |
/linux/tools/lib/perf/include/perf/ |
H A D | event.h | 321 __u64 machine_pid; member 362 __u32 machine_pid; member
|
/linux/tools/perf/util/ |
H A D | data.h | 105 char *perf_data__guest_kallsyms_name(struct perf_data *data, pid_t machine_pid);
|
H A D | sample.h | 101 u32 machine_pid; member
|
H A D | data.c | 538 char *perf_data__guest_kallsyms_name(struct perf_data *data, pid_t machine_pid) in perf_data__guest_kallsyms_name() argument 546 if (asprintf(&kallsyms_name, "%s/kcore_dir__%d/kallsyms", data->path, machine_pid) < 0) in perf_data__guest_kallsyms_name()
|
H A D | auxtrace.c | 1263 pid_t machine_pid, int vcpu) in perf_event__synthesize_auxtrace_info() 1279 if (machine_pid) { in unleader_evsel() 1281 auxtrace_error->machine_pid = machine_pid; in unleader_evsel() 1773 if (e->fmt >= 2 && e->machine_pid) 1774 ret += fprintf(fp, " machine_pid %d vcpu %d", e->machine_pid, e->vcpu); 1206 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
|
H A D | dlfilter.c | 544 ASSIGN(machine_pid); in dlfilter__do_filter_event()
|
H A D | synthetic-events.c | 1905 if (sid->machine_pid) in __perf_event__synthesize_id_index() 1909 e2[i].machine_pid = sid->machine_pid; in __perf_event__synthesize_id_index()
|
/linux/tools/perf/include/perf/ |
H A D | perf_dlfilter.h | 71 __s32 machine_pid; member
|
/linux/tools/perf/Documentation/ |
H A D | perf-dlfilter.txt | 116 __s32 machine_pid; 121 Note: 'machine_pid' and 'vcpu' are not original members, but were added together later.
|
H A D | perf-script.txt | 137 code_page_size, ins_lat, machine_pid, vcpu, cgroup, retire_lat, brcntr, 231 The machine_pid and vcpu fields are derived from data resulting from using
|
H A D | perf-intel-pt.txt | 1599 $ perf script -i inj --itrace=ce -F+machine_pid,+vcpu,+addr,+pid,+tid,-period --ns --time 7919.408803365,7919.408804631 -C 2
|