Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/traceevent/
Devent-parse-local.h10 struct tep_cmdline;
37 struct tep_cmdline *cmdlines;
Devent-parse.h534 struct tep_cmdline;
535 struct tep_cmdline *tep_data_pid_from_comm(struct tep_handle *tep, const char *comm,
536 struct tep_cmdline *next);
537 int tep_cmdline_pid(struct tep_handle *tep, struct tep_cmdline *cmdline);
Devent-parse.c127 struct tep_cmdline { struct
134 const struct tep_cmdline *ca = a; in cmdline_cmp() argument
135 const struct tep_cmdline *cb = b; in cmdline_cmp()
148 const struct tep_cmdline *ca = a; in cmdline_slot_cmp()
149 const struct tep_cmdline *cb = b; in cmdline_slot_cmp()
150 const struct tep_cmdline *cb1 = cb + 1; in cmdline_slot_cmp()
174 struct tep_cmdline *cmdlines; in cmdline_init()
201 const struct tep_cmdline *comm; in find_cmdline()
202 struct tep_cmdline key; in find_cmdline()
230 const struct tep_cmdline *comm; in tep_is_pid_registered()
[all …]