cmdline_count      39 tools/lib/traceevent/event-parse-local.h 	int cmdline_count;
cmdline_count     177 tools/lib/traceevent/event-parse.c 	cmdlines = malloc(sizeof(*cmdlines) * tep->cmdline_count);
cmdline_count     191 tools/lib/traceevent/event-parse.c 	qsort(cmdlines, tep->cmdline_count, sizeof(*cmdlines), cmdline_cmp);
cmdline_count     212 tools/lib/traceevent/event-parse.c 	comm = bsearch(&key, tep->cmdlines, tep->cmdline_count,
cmdline_count     241 tools/lib/traceevent/event-parse.c 	comm = bsearch(&key, tep->cmdlines, tep->cmdline_count,
cmdline_count     269 tools/lib/traceevent/event-parse.c 	cmdline = bsearch(&key, tep->cmdlines, tep->cmdline_count,
cmdline_count     287 tools/lib/traceevent/event-parse.c 	cmdlines = realloc(cmdlines, sizeof(*cmdlines) * (tep->cmdline_count + 1));
cmdline_count     300 tools/lib/traceevent/event-parse.c 	if (!tep->cmdline_count) {
cmdline_count     303 tools/lib/traceevent/event-parse.c 		tep->cmdline_count++;
cmdline_count     308 tools/lib/traceevent/event-parse.c 	cmdline = bsearch(&key, tep->cmdlines, tep->cmdline_count - 1,
cmdline_count     311 tools/lib/traceevent/event-parse.c 	cnt = tep->cmdline_count;
cmdline_count     319 tools/lib/traceevent/event-parse.c 		if (key.pid > tep->cmdlines[tep->cmdline_count - 1].pid) {
cmdline_count     320 tools/lib/traceevent/event-parse.c 			tep->cmdlines[tep->cmdline_count++] = key;
cmdline_count     328 tools/lib/traceevent/event-parse.c 	tep->cmdline_count++;
cmdline_count     357 tools/lib/traceevent/event-parse.c 	tep->cmdline_count++;
cmdline_count    5416 tools/lib/traceevent/event-parse.c 		    next >= tep->cmdlines + tep->cmdline_count)
cmdline_count    5425 tools/lib/traceevent/event-parse.c 	while (cmdline < tep->cmdlines + tep->cmdline_count) {
cmdline_count    5454 tools/lib/traceevent/event-parse.c 	    cmdline >= tep->cmdlines + tep->cmdline_count)
cmdline_count    7006 tools/lib/traceevent/event-parse.c 		for (i = 0; i < tep->cmdline_count; i++)