Lines Matching refs:sd
274 struct sort_dimension *sd = &sort_dimensions[i];
276 if (sd->taken)
279 if (strncasecmp(tok, sd->name, strlen(tok)))
282 if (sd->entry->se_collapse)
285 if (sd->entry == &sort_parent) {
298 if (!strcmp(sd->name, "pid"))
300 else if (!strcmp(sd->name, "comm"))
302 else if (!strcmp(sd->name, "dso"))
304 else if (!strcmp(sd->name, "symbol"))
306 else if (!strcmp(sd->name, "parent"))
308 else if (!strcmp(sd->name, "cpu"))
312 list_add_tail(&sd->entry->list, &hist_entry__sort_list);
313 sd->taken = 1;