/linux-6.1.9/tools/perf/arch/x86/util/ |
D | kvm-stat.c | 34 key->key = evsel__intval(evsel, sample, "gpa"); in mmio_event_get_key() 35 key->info = evsel__intval(evsel, sample, "type"); in mmio_event_get_key() 51 evsel__intval(evsel, sample, "type") == KVM_TRACE_MMIO_WRITE) { in mmio_event_begin() 68 evsel__intval(evsel, sample, "type") == KVM_TRACE_MMIO_READ) { in mmio_event_end() 97 key->key = evsel__intval(evsel, sample, "port"); in ioport_event_get_key() 98 key->info = evsel__intval(evsel, sample, "rw"); in ioport_event_get_key() 141 key->key = evsel__intval(evsel, sample, "ecx"); in msr_event_get_key() 142 key->info = evsel__intval(evsel, sample, "write"); in msr_event_get_key()
|
/linux-6.1.9/tools/perf/arch/s390/util/ |
D | kvm-stat.c | 33 insn = evsel__intval(evsel, sample, "instruction"); in event_icpt_insn_get_key() 42 key->key = evsel__intval(evsel, sample, "order_code"); in event_sigp_get_key() 50 key->key = evsel__intval(evsel, sample, "code"); in event_diag_get_key() 58 key->key = evsel__intval(evsel, sample, "code"); in event_icpt_prog_get_key()
|
/linux-6.1.9/tools/perf/ |
D | builtin-timechart.c | 600 u32 state = evsel__intval(evsel, sample, "state"); in process_sample_cpu_idle() 601 u32 cpu_id = evsel__intval(evsel, sample, "cpu_id"); in process_sample_cpu_idle() 616 u32 state = evsel__intval(evsel, sample, "state"); in process_sample_cpu_frequency() 617 u32 cpu_id = evsel__intval(evsel, sample, "cpu_id"); in process_sample_cpu_frequency() 629 u8 flags = evsel__intval(evsel, sample, "common_flags"); in process_sample_sched_wakeup() 630 int waker = evsel__intval(evsel, sample, "common_pid"); in process_sample_sched_wakeup() 631 int wakee = evsel__intval(evsel, sample, "pid"); in process_sample_sched_wakeup() 643 int prev_pid = evsel__intval(evsel, sample, "prev_pid"); in process_sample_sched_switch() 644 int next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() 645 u64 prev_state = evsel__intval(evsel, sample, "prev_state"); in process_sample_sched_switch() [all …]
|
D | builtin-kmem.c | 175 unsigned long ptr = evsel__intval(evsel, sample, "ptr"), in evsel__process_alloc_event() 176 call_site = evsel__intval(evsel, sample, "call_site"); in evsel__process_alloc_event() 177 int bytes_req = evsel__intval(evsel, sample, "bytes_req"), in evsel__process_alloc_event() 178 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); in evsel__process_alloc_event() 204 node2 = evsel__intval(evsel, sample, "node"); in evsel__process_alloc_event() 247 unsigned long ptr = evsel__intval(evsel, sample, "ptr"); in evsel__process_free_event() 799 unsigned int order = evsel__intval(evsel, sample, "order"); in evsel__process_page_alloc_event() 800 unsigned int gfp_flags = evsel__intval(evsel, sample, "gfp_flags"); in evsel__process_page_alloc_event() 801 unsigned int migrate_type = evsel__intval(evsel, sample, in evsel__process_page_alloc_event() 813 page = evsel__intval(evsel, sample, "pfn"); in evsel__process_page_alloc_event() [all …]
|
D | builtin-sched.c | 838 const u32 pid = evsel__intval(evsel, sample, "pid"); in replay_wakeup_event() 861 const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), in replay_switch_event() 862 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() 863 const u64 prev_state = evsel__intval(evsel, sample, "prev_state"); in replay_switch_event() 1133 const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), in latency_switch_event() 1134 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() 1135 const u64 prev_state = evsel__intval(evsel, sample, "prev_state"); in latency_switch_event() 1203 const u32 pid = evsel__intval(evsel, sample, "pid"); in latency_runtime_event() 1204 const u64 runtime = evsel__intval(evsel, sample, "runtime"); in latency_runtime_event() 1238 const u32 pid = evsel__intval(evsel, sample, "pid"); in latency_wakeup_event() [all …]
|
D | builtin-lock.c | 602 u64 addr = evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_acquire_event() 603 int flag = evsel__intval(evsel, sample, "flags"); in report_lock_acquire_event() 678 u64 addr = evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_acquired_event() 743 u64 addr = evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_contended_event() 801 u64 addr = evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_release_event() 1047 u64 addr = evsel__intval(evsel, sample, "lock_addr"); in report_lock_contention_begin_event() 1059 unsigned int flags = evsel__intval(evsel, sample, "flags"); in report_lock_contention_begin_event() 1126 u64 addr = evsel__intval(evsel, sample, "lock_addr"); in report_lock_contention_end_event()
|
D | builtin-kwork.c | 808 work->id = evsel__intval(evsel, sample, "irq"); in irq_work_init() 925 u64 num = evsel__intval(evsel, sample, "vec"); in softirq_work_init() 1017 unsigned long long function_addr = evsel__intval(evsel, in workqueue_work_init() 1022 work->id = evsel__intval(evsel, sample, "work"); in workqueue_work_init()
|
D | builtin-kvm.c | 73 key->key = evsel__intval(evsel, sample, kvm_exit_reason); in exit_event_get_key() 420 vcpu_record->vcpu_id = evsel__intval(evsel, sample, vcpu_id_str); in per_vcpu_record()
|
D | builtin-trace.c | 2646 u64 runtime = evsel__intval(evsel, sample, "runtime"); 2666 (pid_t)evsel__intval(evsel, sample, "pid"), 2668 evsel__intval(evsel, sample, "vruntime"));
|
D | builtin-inject.c | 820 u32 pid = evsel__intval(evsel, sample, "pid"); in perf_inject__sched_stat()
|
/linux-6.1.9/tools/perf/arch/arm64/util/ |
D | kvm-stat.c | 30 key->key = evsel__intval(evsel, sample, kvm_exit_reason); in event_get_key() 39 key->key = evsel__intval(evsel, sample, kvm_trap_exit_reason); in event_get_key()
|
/linux-6.1.9/tools/perf/tests/ |
D | openat-syscall-tp-fields.c | 118 tp_flags = evsel__intval(evsel, &sample, "flags"); in test__syscall_openat_tp_fields()
|
D | switch-tracking.c | 140 next_tid = evsel__intval(evsel, &sample, "next_pid"); in process_sample_event() 141 prev_tid = evsel__intval(evsel, &sample, "prev_pid"); in process_sample_event()
|
/linux-6.1.9/tools/perf/arch/powerpc/util/ |
D | kvm-stat.c | 42 key->key = evsel__intval(evsel, sample, "req"); in hcall_event_get_key()
|
/linux-6.1.9/tools/perf/util/ |
D | evsel.h | 329 u64 evsel__intval(struct evsel *evsel, struct perf_sample *sample, const char *name);
|
D | evsel.c | 2836 u64 evsel__intval(struct evsel *evsel, struct perf_sample *sample, const char *name) in evsel__intval() function
|
D | intel-pt.c | 3155 tid = evsel__intval(evsel, sample, "next_pid"); in intel_pt_process_switch()
|