Home
last modified time | relevance | path

Searched refs:call_path (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dthread-stack.c32 struct call_path cp[CALL_PATH_BLOCK_SIZE];
44 struct call_path call_path; member
79 struct call_path *cp;
330 static void call_path__init(struct call_path *cp, struct call_path *parent, in call_path__init()
349 call_path__init(&cpr->call_path, NULL, NULL, 0, false); in call_path_root__new()
365 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new()
366 struct call_path *parent, in call_path__new()
371 struct call_path *cp; in call_path__new()
393 static struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
394 struct call_path *parent, in call_path__findnew()
[all …]
Dthread-stack.h61 struct call_path *cp;
84 struct call_path { struct
85 struct call_path *parent; argument
Ddb-export.h30 struct call_path;
63 int (*export_call_path)(struct db_export *dbe, struct call_path *cp);
103 int db_export__call_path(struct db_export *dbe, struct call_path *cp);
Ddb-export.c390 int db_export__call_path(struct db_export *dbe, struct call_path *cp) in db_export__call_path()
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-python.c708 static int python_export_call_path(struct db_export *dbe, struct call_path *cp) in python_export_call_path()
946 SET_TABLE_HANDLER(call_path); in set_table_handlers()