Searched refs:sample_ip (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | thread-stack.c | 565 u64 sample_ip, u64 kernel_start) in thread_stack__sample_late() argument 568 u64 sample_context = callchain_context(sample_ip, kernel_start); in thread_stack__sample_late() 589 (context == sample_context && ip == sample_ip)) in thread_stack__sample_late() 593 last_context = sample_ip; /* Use sample_ip as an invalid context */ in thread_stack__sample_late() 611 chain->ips[1] = sample_ip; in thread_stack__sample_late() 661 static bool ks_start(struct branch_entry *be, u64 sample_ip, u64 kernel_start, in ks_start() argument 665 *start = (nb && sample_ip >= be->to && sample_ip <= nb->from) || in ks_start()
|
D | thread-stack.h | 95 u64 sample_ip, u64 kernel_start);
|
D | python.c | 184 sample_member_def(sample_ip, ip, T_ULONGLONG, "event type"), \
|