Searched refs:in_kernel (Results 1 – 4 of 4) sorted by relevance
/tools/perf/util/ |
D | call-path.c | 15 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init() argument 21 cp->in_kernel = in_kernel; in call_path__init() 52 bool in_kernel) in call_path__new() argument 72 call_path__init(cp, parent, sym, ip, in_kernel); in call_path__new() 84 bool in_kernel = ip >= ks; in call_path__findnew() local 90 return call_path__new(cpr, parent, sym, ip, in_kernel); in call_path__findnew() 106 cp = call_path__new(cpr, parent, sym, ip, in_kernel); in call_path__findnew()
|
D | call-path.h | 33 bool in_kernel; member
|
D | build-id.c | 335 bool in_kernel = false; in machine__write_buildid_table() local 351 in_kernel = pos->kernel || in machine__write_buildid_table() 355 in_kernel ? kmisc : umisc, fd); in machine__write_buildid_table()
|
D | thread-stack.c | 272 return ts->stack[ts->cnt - 1].cp->in_kernel; in thread_stack__in_kernel()
|