Home
last modified time | relevance | path

Searched defs:call_path (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dthread-stack.h84 struct call_path { struct
85 struct call_path *parent; argument
86 struct symbol *sym;
87 u64 ip;
88 u64 db_id;
89 bool in_kernel;
90 struct rb_node rb_node;
91 struct rb_root children;
Dthread-stack.c44 struct call_path call_path; member