Home
last modified time | relevance | path

Searched refs:tep_parse_saved_cmdlines (Results 1 – 6 of 6) sorted by relevance

/external/libtraceevent/Documentation/
Dlibtraceevent-parse-files.txt6 tep_parse_saved_cmdlines, tep_parse_printk_formats, tep_parse_kallsyms
15 int *tep_parse_saved_cmdlines*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_);
22 *tep_parse_saved_cmdlines()* is a helper function to parse content in the tracefs
45 The *tep_parse_saved_cmdlines*() function returns 0 in case of success, or -1
71 r = tep_parse_saved_cmdlines(tep, buf);
Dlibtraceevent.txt55 int *tep_parse_saved_cmdlines*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_);
/external/libtraceevent/include/traceevent/
Devent-parse.h450 int tep_parse_saved_cmdlines(struct tep_handle *tep, const char *buf);
/external/libtracefs/src/
Dtracefs-events.c1173 ret = tep_parse_saved_cmdlines(tep, buf); in load_saved_cmdlines()
/external/trace-cmd/lib/trace-cmd/
Dtrace-input.c4535 tep_parse_saved_cmdlines(pevent, cmdlines); in read_and_parse_cmdlines()
/external/libtraceevent/src/
Devent-parse.c416 int tep_parse_saved_cmdlines(struct tep_handle *tep, const char *buf) in tep_parse_saved_cmdlines() function