Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/
Devent-parse-local.h10 struct tep_cmdline;
40 struct tep_cmdline *cmdlines;
Devent-parse.h539 struct tep_cmdline;
540 struct tep_cmdline *tep_data_pid_from_comm(struct tep_handle *tep, const char *comm,
541 struct tep_cmdline *next);
542 int tep_cmdline_pid(struct tep_handle *tep, struct tep_cmdline *cmdline);
Devent-parse.c121 struct tep_cmdline { struct
128 const struct tep_cmdline *ca = a; in cmdline_cmp() argument
129 const struct tep_cmdline *cb = b; in cmdline_cmp()
142 const struct tep_cmdline *ca = a; in cmdline_slot_cmp()
143 const struct tep_cmdline *cb = b; in cmdline_slot_cmp()
144 const struct tep_cmdline *cb1 = cb + 1; in cmdline_slot_cmp()
168 struct tep_cmdline *cmdlines; in cmdline_init()
195 const struct tep_cmdline *comm; in find_cmdline()
196 struct tep_cmdline key; in find_cmdline()
224 const struct tep_cmdline *comm; in tep_is_pid_registered()
[all …]