Searched refs:perf_evsel__intval (Results 1 – 9 of 9) sorted by relevance
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-sched.c | 659 const u32 pid = perf_evsel__intval(evsel, sample, "pid"); in replay_wakeup_event() 682 const u32 prev_pid = perf_evsel__intval(evsel, sample, "prev_pid"), in replay_switch_event() 683 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() 684 const u64 prev_state = perf_evsel__intval(evsel, sample, "prev_state"); in replay_switch_event() 916 const u32 prev_pid = perf_evsel__intval(evsel, sample, "prev_pid"), in latency_switch_event() 917 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() 918 const u64 prev_state = perf_evsel__intval(evsel, sample, "prev_state"); in latency_switch_event() 981 const u32 pid = perf_evsel__intval(evsel, sample, "pid"); in latency_runtime_event() 982 const u64 runtime = perf_evsel__intval(evsel, sample, "runtime"); in latency_runtime_event() 1010 const u32 pid = perf_evsel__intval(evsel, sample, "pid"), in latency_wakeup_event() [all …]
|
D | builtin-kmem.c | 215 unsigned long ptr = perf_evsel__intval(evsel, sample, "ptr"), in perf_evsel__process_alloc_event() 216 call_site = perf_evsel__intval(evsel, sample, "call_site"); in perf_evsel__process_alloc_event() 217 int bytes_req = perf_evsel__intval(evsel, sample, "bytes_req"), in perf_evsel__process_alloc_event() 218 bytes_alloc = perf_evsel__intval(evsel, sample, "bytes_alloc"); in perf_evsel__process_alloc_event() 238 node2 = perf_evsel__intval(evsel, sample, "node"); in perf_evsel__process_alloc_node_event() 278 unsigned long ptr = perf_evsel__intval(evsel, sample, "ptr"); in perf_evsel__process_free_event()
|
D | builtin-lock.c | 396 u64 tmp = perf_evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_acquire_event() 397 int flag = perf_evsel__intval(evsel, sample, "flag"); in report_lock_acquire_event() 470 u64 tmp = perf_evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_acquired_event() 533 u64 tmp = perf_evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_contended_event() 588 u64 tmp = perf_evsel__intval(evsel, sample, "lockdep_addr"); in report_lock_release_event()
|
D | builtin-kvm.c | 127 key->key = perf_evsel__intval(evsel, sample, "exit_reason"); in exit_event_get_key() 206 key->key = perf_evsel__intval(evsel, sample, "gpa"); in mmio_event_get_key() 207 key->info = perf_evsel__intval(evsel, sample, "type"); in mmio_event_get_key() 223 perf_evsel__intval(evsel, sample, "type") == KVM_TRACE_MMIO_WRITE) { in mmio_event_begin() 240 perf_evsel__intval(evsel, sample, "type") == KVM_TRACE_MMIO_READ) { in mmio_event_end() 268 key->key = perf_evsel__intval(evsel, sample, "port"); in ioport_event_get_key() 269 key->info = perf_evsel__intval(evsel, sample, "rw"); in ioport_event_get_key() 550 vcpu_record->vcpu_id = perf_evsel__intval(evsel, sample, "vcpu_id"); in per_vcpu_record()
|
D | builtin-trace.c | 650 int id = perf_evsel__intval(evsel, sample, "id"); in trace__syscall_info() 765 ret = perf_evsel__intval(evsel, sample, "ret"); in trace__sys_exit() 814 u64 runtime = perf_evsel__intval(evsel, sample, "runtime"); in trace__sched_stat_runtime() 832 (pid_t)perf_evsel__intval(evsel, sample, "pid"), in trace__sched_stat_runtime() 834 perf_evsel__intval(evsel, sample, "vruntime")); in trace__sched_stat_runtime()
|
D | builtin-inject.c | 302 u32 pid = perf_evsel__intval(evsel, sample, "pid"); in perf_inject__sched_stat()
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | open-syscall-tp-fields.c | 91 tp_flags = perf_evsel__intval(evsel, &sample, "flags"); in test__syscall_open_tp_fields()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | evsel.h | 175 u64 perf_evsel__intval(struct perf_evsel *evsel, struct perf_sample *sample,
|
D | evsel.c | 1764 u64 perf_evsel__intval(struct perf_evsel *evsel, struct perf_sample *sample, in perf_evsel__intval() function
|