Home
last modified time | relevance | path

Searched refs:sample_ip (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dthread-stack.c566 u64 sample_ip, u64 kernel_start) in thread_stack__sample_late() argument
569 u64 sample_context = callchain_context(sample_ip, kernel_start); in thread_stack__sample_late()
590 (context == sample_context && ip == sample_ip)) in thread_stack__sample_late()
594 last_context = sample_ip; /* Use sample_ip as an invalid context */ in thread_stack__sample_late()
612 chain->ips[1] = sample_ip; in thread_stack__sample_late()
662 static bool ks_start(struct branch_entry *be, u64 sample_ip, u64 kernel_start, in ks_start() argument
666 *start = (nb && sample_ip >= be->to && sample_ip <= nb->from) || in ks_start()
H A Dthread-stack.h95 u64 sample_ip, u64 kernel_start);
H A Dpython.c241 sample_member_def(sample_ip, ip, T_ULONGLONG, "event type"), \