Symbol: evsel__intval
tools/perf/builtin-inject.c
1089
u32 pid = evsel__intval(evsel, sample, "pid");
tools/perf/builtin-kmem.c
176
unsigned long ptr = evsel__intval(evsel, sample, "ptr"),
tools/perf/builtin-kmem.c
177
call_site = evsel__intval(evsel, sample, "call_site");
tools/perf/builtin-kmem.c
178
int bytes_req = evsel__intval(evsel, sample, "bytes_req"),
tools/perf/builtin-kmem.c
179
bytes_alloc = evsel__intval(evsel, sample, "bytes_alloc");
tools/perf/builtin-kmem.c
205
node2 = evsel__intval(evsel, sample, "node");
tools/perf/builtin-kmem.c
248
unsigned long ptr = evsel__intval(evsel, sample, "ptr");
tools/perf/builtin-kmem.c
811
unsigned int order = evsel__intval(evsel, sample, "order");
tools/perf/builtin-kmem.c
812
unsigned int gfp_flags = evsel__intval(evsel, sample, "gfp_flags");
tools/perf/builtin-kmem.c
813
unsigned int migrate_type = evsel__intval(evsel, sample,
tools/perf/builtin-kmem.c
825
page = evsel__intval(evsel, sample, "pfn");
tools/perf/builtin-kmem.c
827
page = evsel__intval(evsel, sample, "page");
tools/perf/builtin-kmem.c
883
unsigned int order = evsel__intval(evsel, sample, "order");
tools/perf/builtin-kmem.c
891
page = evsel__intval(evsel, sample, "pfn");
tools/perf/builtin-kmem.c
893
page = evsel__intval(evsel, sample, "page");
tools/perf/builtin-kvm.c
935
vcpu_record->vcpu_id = evsel__intval(evsel, sample, vcpu_id_str(e_machine));
tools/perf/builtin-kwork.c
1020
work->id = evsel__intval(evsel, sample, "irq");
tools/perf/builtin-kwork.c
1150
num = evsel__intval(evsel, sample, "vec");
tools/perf/builtin-kwork.c
1242
unsigned long long function_addr = evsel__intval(evsel,
tools/perf/builtin-kwork.c
1247
work->id = evsel__intval(evsel, sample, "work");
tools/perf/builtin-kwork.c
1313
work->id = evsel__intval(evsel, sample, "prev_pid");
tools/perf/builtin-kwork.c
1316
work->id = evsel__intval(evsel, sample, "next_pid");
tools/perf/builtin-lock.c
1137
u64 addr = evsel__intval(evsel, sample, "lock_addr");
tools/perf/builtin-lock.c
573
u64 addr = evsel__intval(evsel, sample, "lockdep_addr");
tools/perf/builtin-lock.c
574
int flag = evsel__intval(evsel, sample, "flags");
tools/perf/builtin-lock.c
649
u64 addr = evsel__intval(evsel, sample, "lockdep_addr");
tools/perf/builtin-lock.c
714
u64 addr = evsel__intval(evsel, sample, "lockdep_addr");
tools/perf/builtin-lock.c
772
u64 addr = evsel__intval(evsel, sample, "lockdep_addr");
tools/perf/builtin-lock.c
972
u64 addr = evsel__intval(evsel, sample, "lock_addr");
tools/perf/builtin-lock.c
973
unsigned int flags = evsel__intval(evsel, sample, "flags");
tools/perf/builtin-sched.c
1141
const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"),
tools/perf/builtin-sched.c
1142
next_pid = evsel__intval(evsel, sample, "next_pid");
tools/perf/builtin-sched.c
1211
const u32 pid = evsel__intval(evsel, sample, "pid");
tools/perf/builtin-sched.c
1212
const u64 runtime = evsel__intval(evsel, sample, "runtime");
tools/perf/builtin-sched.c
1246
const u32 pid = evsel__intval(evsel, sample, "pid");
tools/perf/builtin-sched.c
1307
const u32 pid = evsel__intval(evsel, sample, "pid");
tools/perf/builtin-sched.c
1632
const u32 next_pid = evsel__intval(evsel, sample, "next_pid");
tools/perf/builtin-sched.c
1633
const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid");
tools/perf/builtin-sched.c
1800
u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"),
tools/perf/builtin-sched.c
1801
next_pid = evsel__intval(evsel, sample, "next_pid");
tools/perf/builtin-sched.c
2076
int prev_prio = (int)evsel__intval(evsel, sample, "prev_prio");
tools/perf/builtin-sched.c
2172
const u32 next_pid = evsel__intval(evsel, sample, "next_pid");
tools/perf/builtin-sched.c
2322
return evsel__intval(evsel, sample, "prev_pid") == 0;
tools/perf/builtin-sched.c
2542
if (evsel__intval(evsel, sample, "next_pid") == 0)
tools/perf/builtin-sched.c
2575
prio = evsel__intval(evsel, sample, "prev_prio");
tools/perf/builtin-sched.c
2586
else if (evsel__intval(evsel, sample, "prev_pid") != 0 &&
tools/perf/builtin-sched.c
2587
evsel__intval(evsel, sample, "next_pid") != 0)
tools/perf/builtin-sched.c
2650
const u32 pid = evsel__intval(evsel, sample, "pid");
tools/perf/builtin-sched.c
2689
ocpu = evsel__intval(evsel, sample, "orig_cpu");
tools/perf/builtin-sched.c
2690
dcpu = evsel__intval(evsel, sample, "dest_cpu");
tools/perf/builtin-sched.c
2739
const u32 pid = evsel__intval(evsel, sample, "pid");
tools/perf/builtin-sched.c
2770
const u32 next_pid = evsel__intval(evsel, sample, "next_pid");
tools/perf/builtin-sched.c
2771
const u32 next_prio = evsel__intval(evsel, sample, "next_prio");
tools/perf/builtin-sched.c
833
const u32 pid = evsel__intval(evsel, sample, "pid");
tools/perf/builtin-sched.c
856
const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"),
tools/perf/builtin-sched.c
857
next_pid = evsel__intval(evsel, sample, "next_pid");
tools/perf/builtin-timechart.c
604
u32 state = evsel__intval(evsel, sample, "state");
tools/perf/builtin-timechart.c
605
u32 cpu_id = evsel__intval(evsel, sample, "cpu_id");
tools/perf/builtin-timechart.c
620
u32 state = evsel__intval(evsel, sample, "state");
tools/perf/builtin-timechart.c
621
u32 cpu_id = evsel__intval(evsel, sample, "cpu_id");
tools/perf/builtin-timechart.c
633
u8 flags = evsel__intval(evsel, sample, "common_flags");
tools/perf/builtin-timechart.c
634
int waker = evsel__intval(evsel, sample, "common_pid");
tools/perf/builtin-timechart.c
635
int wakee = evsel__intval(evsel, sample, "pid");
tools/perf/builtin-timechart.c
647
int prev_pid = evsel__intval(evsel, sample, "prev_pid");
tools/perf/builtin-timechart.c
648
int next_pid = evsel__intval(evsel, sample, "next_pid");
tools/perf/builtin-timechart.c
649
u64 prev_state = evsel__intval(evsel, sample, "prev_state");
tools/perf/builtin-timechart.c
663
u64 cpu_id = evsel__intval(evsel, sample, "cpu_id");
tools/perf/builtin-timechart.c
664
u64 value = evsel__intval(evsel, sample, "value");
tools/perf/builtin-timechart.c
686
u64 cpu_id = evsel__intval(evsel, sample, "cpu_id");
tools/perf/builtin-timechart.c
687
u64 value = evsel__intval(evsel, sample, "value");
tools/perf/builtin-timechart.c
855
long fd = evsel__intval(evsel, sample, "fd");
tools/perf/builtin-timechart.c
865
long ret = evsel__intval(evsel, sample, "ret");
tools/perf/builtin-timechart.c
875
long fd = evsel__intval(evsel, sample, "fd");
tools/perf/builtin-timechart.c
885
long ret = evsel__intval(evsel, sample, "ret");
tools/perf/builtin-timechart.c
895
long fd = evsel__intval(evsel, sample, "fd");
tools/perf/builtin-timechart.c
905
long ret = evsel__intval(evsel, sample, "ret");
tools/perf/builtin-timechart.c
915
long fd = evsel__intval(evsel, sample, "fd");
tools/perf/builtin-timechart.c
925
long ret = evsel__intval(evsel, sample, "ret");
tools/perf/builtin-timechart.c
935
long fd = evsel__intval(evsel, sample, "fd");
tools/perf/builtin-timechart.c
945
long ret = evsel__intval(evsel, sample, "ret");
tools/perf/builtin-timechart.c
955
long fd = evsel__intval(evsel, sample, "fd");
tools/perf/builtin-timechart.c
965
long ret = evsel__intval(evsel, sample, "ret");
tools/perf/builtin-trace.c
3126
u64 runtime = evsel__intval(evsel, sample, "runtime");
tools/perf/builtin-trace.c
3146
(pid_t)evsel__intval(evsel, sample, "pid"),
tools/perf/builtin-trace.c
3148
evsel__intval(evsel, sample, "vruntime"));
tools/perf/tests/openat-syscall-tp-fields.c
121
tp_flags = evsel__intval(evsel, &sample, "flags");
tools/perf/tests/switch-tracking.c
143
next_tid = evsel__intval(evsel, &sample, "next_pid");
tools/perf/tests/switch-tracking.c
144
prev_tid = evsel__intval(evsel, &sample, "prev_pid");
tools/perf/util/evsel.c
3776
val = evsel__intval(evsel, sample, name);
tools/perf/util/evsel.h
373
u64 evsel__intval(struct evsel *evsel, struct perf_sample *sample, const char *name);
tools/perf/util/intel-pt.c
3429
tid = evsel__intval(evsel, sample, "next_pid");
tools/perf/util/kvm-stat-arch/kvm-stat-arm64.c
25
key->key = evsel__intval(evsel, sample, kvm_exit_reason(EM_AARCH64));
tools/perf/util/kvm-stat-arch/kvm-stat-arm64.c
34
key->key = evsel__intval(evsel, sample, kvm_trap_exit_reason);
tools/perf/util/kvm-stat-arch/kvm-stat-loongarch.c
84
insn = evsel__intval(evsel, sample, "inst_word");
tools/perf/util/kvm-stat-arch/kvm-stat-powerpc.c
36
key->key = evsel__intval(evsel, sample, "req");
tools/perf/util/kvm-stat-arch/kvm-stat-riscv.c
30
key->key = evsel__intval(evsel, sample, kvm_exit_reason(EM_RISCV)) & ~CAUSE_IRQ_FLAG(xlen);
tools/perf/util/kvm-stat-arch/kvm-stat-s390.c
27
insn = evsel__intval(evsel, sample, "instruction");
tools/perf/util/kvm-stat-arch/kvm-stat-s390.c
36
key->key = evsel__intval(evsel, sample, "order_code");
tools/perf/util/kvm-stat-arch/kvm-stat-s390.c
44
key->key = evsel__intval(evsel, sample, "code");
tools/perf/util/kvm-stat-arch/kvm-stat-s390.c
52
key->key = evsel__intval(evsel, sample, "code");
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
137
key->key = evsel__intval(evsel, sample, "ecx");
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
138
key->info = evsel__intval(evsel, sample, "write");
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
30
key->key = evsel__intval(evsel, sample, "gpa");
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
31
key->info = evsel__intval(evsel, sample, "type");
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
47
evsel__intval(evsel, sample, "type") == KVM_TRACE_MMIO_WRITE) {
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
64
evsel__intval(evsel, sample, "type") == KVM_TRACE_MMIO_READ) {
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
93
key->key = evsel__intval(evsel, sample, "port");
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c
94
key->info = evsel__intval(evsel, sample, "rw");
tools/perf/util/kvm-stat.c
21
key->key = evsel__intval(evsel, sample, kvm_exit_reason(e_machine));