OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tracepoint_id_to_path
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
parse-events.h
26
extern struct tracepoint_path *
tracepoint_id_to_path
(u64 config);
trace-event-info.c
495
ppath->next =
tracepoint_id_to_path
(pos->attr.config);
parse-events.c
166
struct tracepoint_path *
tracepoint_id_to_path
(u64 config)
function
240
path =
tracepoint_id_to_path
(config);
Completed in 442 milliseconds