Searched refs:tep_parse_saved_cmdlines (Results 1 – 6 of 6) sorted by relevance
/external/libtraceevent/Documentation/ |
D | libtraceevent-parse-files.txt | 6 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);
|
D | libtraceevent.txt | 55 int *tep_parse_saved_cmdlines*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_);
|
/external/libtraceevent/include/traceevent/ |
D | event-parse.h | 450 int tep_parse_saved_cmdlines(struct tep_handle *tep, const char *buf);
|
/external/libtracefs/src/ |
D | tracefs-events.c | 1173 ret = tep_parse_saved_cmdlines(tep, buf); in load_saved_cmdlines()
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-input.c | 4535 tep_parse_saved_cmdlines(pevent, cmdlines); in read_and_parse_cmdlines()
|
/external/libtraceevent/src/ |
D | event-parse.c | 416 int tep_parse_saved_cmdlines(struct tep_handle *tep, const char *buf) in tep_parse_saved_cmdlines() function
|