Home
last modified time | relevance | path

Searched refs:cmdline_count (Results 1 – 2 of 2) sorted by relevance

/linux/tools/lib/traceevent/
A Devent-parse-local.h42 int cmdline_count; member
A Devent-parse.c206 comm = bsearch(&key, tep->cmdlines, tep->cmdline_count, in find_cmdline()
235 comm = bsearch(&key, tep->cmdlines, tep->cmdline_count, in tep_is_pid_registered()
294 if (!tep->cmdline_count) { in add_new_comm()
297 tep->cmdline_count++; in add_new_comm()
305 cnt = tep->cmdline_count; in add_new_comm()
314 tep->cmdlines[tep->cmdline_count++] = key; in add_new_comm()
322 tep->cmdline_count++; in add_new_comm()
351 tep->cmdline_count++; in _tep_register_comm()
5942 next >= tep->cmdlines + tep->cmdline_count) in tep_data_pid_from_comm()
5980 cmdline >= tep->cmdlines + tep->cmdline_count) in tep_cmdline_pid()
[all …]

Completed in 13 milliseconds