| /linux/tools/perf/arch/x86/util/ |
| A 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/tools/perf/arch/s390/util/ |
| A 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/tools/perf/ |
| A D | builtin-timechart.c | 846 long fd = evsel__intval(evsel, sample, "fd"); in process_enter_read() 856 long ret = evsel__intval(evsel, sample, "ret"); in process_exit_read() 866 long fd = evsel__intval(evsel, sample, "fd"); in process_enter_write() 876 long ret = evsel__intval(evsel, sample, "ret"); in process_exit_write() 886 long fd = evsel__intval(evsel, sample, "fd"); in process_enter_sync() 896 long ret = evsel__intval(evsel, sample, "ret"); in process_exit_sync() 906 long fd = evsel__intval(evsel, sample, "fd"); in process_enter_tx() 916 long ret = evsel__intval(evsel, sample, "ret"); in process_exit_tx() 926 long fd = evsel__intval(evsel, sample, "fd"); in process_enter_rx() 936 long ret = evsel__intval(evsel, sample, "ret"); in process_exit_rx() [all …]
|
| A D | builtin-kmem.c | 174 unsigned long ptr = evsel__intval(evsel, sample, "ptr"), in evsel__process_alloc_event() 175 call_site = evsel__intval(evsel, sample, "call_site"); in evsel__process_alloc_event() 176 int bytes_req = evsel__intval(evsel, sample, "bytes_req"), in evsel__process_alloc_event() 177 bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc"); in evsel__process_alloc_event() 196 node2 = evsel__intval(evsel, sample, "node"); in evsel__process_alloc_node_event() 235 unsigned long ptr = evsel__intval(evsel, sample, "ptr"); in evsel__process_free_event() 789 unsigned int migrate_type = evsel__intval(evsel, sample, in evsel__process_page_alloc_event() 801 page = evsel__intval(evsel, sample, "pfn"); in evsel__process_page_alloc_event() 803 page = evsel__intval(evsel, sample, "page"); in evsel__process_page_alloc_event() 867 page = evsel__intval(evsel, sample, "pfn"); in evsel__process_page_free_event() [all …]
|
| A D | builtin-sched.c | 816 const u32 pid = evsel__intval(evsel, sample, "pid"); in replay_wakeup_event() 840 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() 1112 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() 1216 const u32 pid = evsel__intval(evsel, sample, "pid"); in latency_wakeup_event() 1277 const u32 pid = evsel__intval(evsel, sample, "pid"); in latency_migrate_task_event() 2339 if (evsel__intval(evsel, sample, "next_pid") == 0) in timehist_get_thread() 2363 evsel__intval(evsel, sample, "next_pid") != 0) in timehist_skip_sample() 2423 const u32 pid = evsel__intval(evsel, sample, "pid"); in timehist_sched_wakeup_event() 2459 ocpu = evsel__intval(evsel, sample, "orig_cpu"); in timehist_print_migration_event() 2460 dcpu = evsel__intval(evsel, sample, "dest_cpu"); in timehist_print_migration_event() [all …]
|
| A D | builtin-lock.c | 408 u64 tmp = evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_acquire_event() 409 int flag = evsel__intval(evsel, sample, "flags"); in report_lock_acquire_event() 481 u64 tmp = evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_acquired_event() 543 u64 tmp = evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_contended_event() 598 u64 tmp = evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_release_event()
|
| A D | builtin-kvm.c | 72 key->key = evsel__intval(evsel, sample, kvm_exit_reason); in exit_event_get_key() 419 vcpu_record->vcpu_id = evsel__intval(evsel, sample, vcpu_id_str); in per_vcpu_record()
|
| A D | builtin-inject.c | 669 u32 pid = evsel__intval(evsel, sample, "pid"); in perf_inject__sched_stat()
|
| A D | builtin-trace.c | 2636 u64 runtime = evsel__intval(evsel, sample, "runtime"); 2656 (pid_t)evsel__intval(evsel, sample, "pid"), 2658 evsel__intval(evsel, sample, "vruntime"));
|
| /linux/tools/perf/arch/arm64/util/ |
| A 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/tools/perf/tests/ |
| A D | openat-syscall-tp-fields.c | 118 tp_flags = evsel__intval(evsel, &sample, "flags"); in test__syscall_openat_tp_fields()
|
| A D | switch-tracking.c | 139 next_tid = evsel__intval(evsel, &sample, "next_pid"); in process_sample_event() 140 prev_tid = evsel__intval(evsel, &sample, "prev_pid"); in process_sample_event()
|
| /linux/tools/perf/arch/powerpc/util/ |
| A D | kvm-stat.c | 42 key->key = evsel__intval(evsel, sample, "req"); in hcall_event_get_key()
|
| /linux/tools/perf/util/ |
| A D | evsel.h | 317 u64 evsel__intval(struct evsel *evsel, struct perf_sample *sample, const char *name);
|
| A D | evsel.c | 2753 u64 evsel__intval(struct evsel *evsel, struct perf_sample *sample, const char *name) in evsel__intval() function
|
| A D | intel-pt.c | 2837 tid = evsel__intval(evsel, sample, "next_pid"); in intel_pt_process_switch()
|