Home
last modified time | relevance | path

Searched refs:evsel__intval (Results 1 – 16 of 16) sorted by relevance

/tools/perf/arch/x86/util/
Dkvm-stat.c34 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()
/tools/perf/arch/s390/util/
Dkvm-stat.c33 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()
/tools/perf/arch/arm64/util/
Dkvm-stat.c30 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()
/tools/perf/
Dbuiltin-timechart.c582 u32 state = evsel__intval(evsel, sample, "state"); in process_sample_cpu_idle()
583 u32 cpu_id = evsel__intval(evsel, sample, "cpu_id"); in process_sample_cpu_idle()
598 u32 state = evsel__intval(evsel, sample, "state"); in process_sample_cpu_frequency()
599 u32 cpu_id = evsel__intval(evsel, sample, "cpu_id"); in process_sample_cpu_frequency()
611 u8 flags = evsel__intval(evsel, sample, "common_flags"); in process_sample_sched_wakeup()
612 int waker = evsel__intval(evsel, sample, "common_pid"); in process_sample_sched_wakeup()
613 int wakee = evsel__intval(evsel, sample, "pid"); in process_sample_sched_wakeup()
625 int prev_pid = evsel__intval(evsel, sample, "prev_pid"); in process_sample_sched_switch()
626 int next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch()
627 u64 prev_state = evsel__intval(evsel, sample, "prev_state"); in process_sample_sched_switch()
[all …]
Dbuiltin-kmem.c174 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()
787 unsigned int order = evsel__intval(evsel, sample, "order"); in evsel__process_page_alloc_event()
788 unsigned int gfp_flags = evsel__intval(evsel, sample, "gfp_flags"); in evsel__process_page_alloc_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()
[all …]
Dbuiltin-sched.c816 const u32 pid = evsel__intval(evsel, sample, "pid"); in replay_wakeup_event()
839 const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), in replay_switch_event()
840 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event()
841 const u64 prev_state = evsel__intval(evsel, sample, "prev_state"); in replay_switch_event()
1111 const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), in latency_switch_event()
1112 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event()
1113 const u64 prev_state = evsel__intval(evsel, sample, "prev_state"); in latency_switch_event()
1181 const u32 pid = evsel__intval(evsel, sample, "pid"); in latency_runtime_event()
1182 const u64 runtime = evsel__intval(evsel, sample, "runtime"); in latency_runtime_event()
1216 const u32 pid = evsel__intval(evsel, sample, "pid"); in latency_wakeup_event()
[all …]
Dbuiltin-lock.c408 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()
Dbuiltin-kvm.c72 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()
Dbuiltin-inject.c670 u32 pid = evsel__intval(evsel, sample, "pid"); in perf_inject__sched_stat()
Dbuiltin-trace.c2640 u64 runtime = evsel__intval(evsel, sample, "runtime");
2660 (pid_t)evsel__intval(evsel, sample, "pid"),
2662 evsel__intval(evsel, sample, "vruntime"));
/tools/perf/tests/
Dopenat-syscall-tp-fields.c117 tp_flags = evsel__intval(evsel, &sample, "flags"); in test__syscall_openat_tp_fields()
Dswitch-tracking.c139 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()
/tools/perf/arch/powerpc/util/
Dkvm-stat.c42 key->key = evsel__intval(evsel, sample, "req"); in hcall_event_get_key()
/tools/perf/util/
Devsel.h314 u64 evsel__intval(struct evsel *evsel, struct perf_sample *sample, const char *name);
Devsel.c2653 u64 evsel__intval(struct evsel *evsel, struct perf_sample *sample, const char *name) in evsel__intval() function
Dintel-pt.c2819 tid = evsel__intval(evsel, sample, "next_pid"); in intel_pt_process_switch()