Home
last modified time | relevance | path

Searched refs:in_kernel (Results 1 – 4 of 4) sorted by relevance

/tools/perf/util/
Dcall-path.c15 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()
Dcall-path.h33 bool in_kernel; member
Dbuild-id.c335 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()
Dthread-stack.c272 return ts->stack[ts->cnt - 1].cp->in_kernel; in thread_stack__in_kernel()