Home
last modified time | relevance | path

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

/linux-tools/perf/profiler/
H A Dprofiler-kprobe.cpp29 struct TNode { struct
31 unordered_map<string, TNode*> s; argument
32 struct TNode *add(string n) { in add() argument
34 if (s[n]==nullptr) s[n] = new TNode(); in add()
39 using tt = tuple<int, string, TNode*>; in printit() argument
253 TNode* gnode = NULL;
297 if (gnode==NULL) gnode=new TNode(); in process_event()
299 TNode* r = gnode; in process_event()
H A Dprofiler.cpp33 struct TNode { struct
35 unordered_map<string, TNode*> s; argument
36 struct TNode *add(string n) { in add() argument
38 if (s[n]==nullptr) s[n] = new TNode(); in add()
43 using tt = tuple<int, string, TNode*>; in printit() argument
258 TNode* gnode = NULL;
306 if (gnode==NULL) gnode=new TNode(); in process_event()
308 TNode* r = gnode; in process_event()
/linux-tools/perf/contextswitch/
H A Dperf_cxt_switch_3.cpp29 struct TNode { struct
31 unordered_map<string, TNode*> s; argument
32 struct TNode *add(string n) { in add() argument
34 if (s[n]==nullptr) s[n] = new TNode(); in add()
39 using tt = tuple<int, string, TNode*>; in printit() argument
248 TNode* gnode = NULL;
289 if (gnode==NULL) gnode=new TNode(); in process_event()
291 TNode* r = gnode; in process_event()