Lines Matching defs:he
97 struct hist_entry *he;
112 he = rb_entry(node, struct hist_entry, rb_node);
114 rb_erase_cached(&he->rb_node_in, root_in);
115 hist_entry__delete(he);
131 #define COMM(he) (thread__comm_str(he->thread))
132 #define DSO(he) (dso__short_name(map__dso(he->ms.map)))
133 #define SYM(he) (he->ms.sym->name)
134 #define CPU(he) (he->cpu)
135 #define PID(he) (thread__tid(he->thread))
142 struct hist_entry *he;
180 he = rb_entry(node, struct hist_entry, rb_node);
182 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
183 !strcmp(SYM(he), "main") && he->stat.period == 200);
186 he = rb_entry(node, struct hist_entry, rb_node);
188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") &&
189 !strcmp(SYM(he), "page_fault") && he->stat.period == 100);
192 he = rb_entry(node, struct hist_entry, rb_node);
194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
195 !strcmp(SYM(he), "main") && he->stat.period == 100);
198 he = rb_entry(node, struct hist_entry, rb_node);
200 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
201 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100);
204 he = rb_entry(node, struct hist_entry, rb_node);
206 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
207 !strcmp(SYM(he), "page_fault") && he->stat.period == 100);
210 he = rb_entry(node, struct hist_entry, rb_node);
212 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
213 !strcmp(SYM(he), "schedule") && he->stat.period == 100);
216 he = rb_entry(node, struct hist_entry, rb_node);
218 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
219 !strcmp(SYM(he), "free") && he->stat.period == 100);
222 he = rb_entry(node, struct hist_entry, rb_node);
224 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
225 !strcmp(SYM(he), "malloc") && he->stat.period == 100);
228 he = rb_entry(node, struct hist_entry, rb_node);
230 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
231 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100);
244 struct hist_entry *he;
280 he = rb_entry(node, struct hist_entry, rb_node);
282 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300);
285 he = rb_entry(node, struct hist_entry, rb_node);
287 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100);
300 struct hist_entry *he;
334 he = rb_entry(node, struct hist_entry, rb_node);
336 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
337 he->stat.period == 200);
340 he = rb_entry(node, struct hist_entry, rb_node);
342 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") &&
343 he->stat.period == 100);
346 he = rb_entry(node, struct hist_entry, rb_node);
348 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
349 he->stat.period == 300);
352 he = rb_entry(node, struct hist_entry, rb_node);
354 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
355 he->stat.period == 200);
358 he = rb_entry(node, struct hist_entry, rb_node);
360 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
361 he->stat.period == 200);
374 struct hist_entry *he;
412 he = rb_entry(node, struct hist_entry, rb_node);
414 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "cmd_record") &&
415 !strcmp(COMM(he), "perf") && he->stat.period == 100);
418 he = rb_entry(node, struct hist_entry, rb_node);
420 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "free") &&
421 !strcmp(COMM(he), "perf") && he->stat.period == 100);
424 he = rb_entry(node, struct hist_entry, rb_node);
426 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") &&
427 !strcmp(COMM(he), "bash") && he->stat.period == 100);
430 he = rb_entry(node, struct hist_entry, rb_node);
432 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "main") &&
433 !strcmp(COMM(he), "perf") && he->stat.period == 200);
436 he = rb_entry(node, struct hist_entry, rb_node);
438 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "malloc") &&
439 !strcmp(COMM(he), "perf") && he->stat.period == 100);
442 he = rb_entry(node, struct hist_entry, rb_node);
444 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") &&
445 !strcmp(COMM(he), "bash") && he->stat.period == 100);
448 he = rb_entry(node, struct hist_entry, rb_node);
450 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") &&
451 !strcmp(COMM(he), "perf") && he->stat.period == 100);
454 he = rb_entry(node, struct hist_entry, rb_node);
456 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "schedule") &&
457 !strcmp(COMM(he), "perf") && he->stat.period == 100);
460 he = rb_entry(node, struct hist_entry, rb_node);
462 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") &&
463 !strcmp(COMM(he), "bash") && he->stat.period == 100);
476 struct hist_entry *he;
515 he = rb_entry(node, struct hist_entry, rb_node);
518 CPU(he) == 0 && PID(he) == 100 &&
519 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
520 !strcmp(SYM(he), "schedule") && he->stat.period == 100);
523 he = rb_entry(node, struct hist_entry, rb_node);
525 CPU(he) == 2 && PID(he) == 200 &&
526 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
527 !strcmp(SYM(he), "page_fault") && he->stat.period == 100);
530 he = rb_entry(node, struct hist_entry, rb_node);
532 CPU(he) == 1 && PID(he) == 300 &&
533 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") &&
534 !strcmp(SYM(he), "page_fault") && he->stat.period == 100);
537 he = rb_entry(node, struct hist_entry, rb_node);
539 CPU(he) == 0 && PID(he) == 300 &&
540 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
541 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100);
544 he = rb_entry(node, struct hist_entry, rb_node);
546 CPU(he) == 3 && PID(he) == 300 &&
547 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
548 !strcmp(SYM(he), "main") && he->stat.period == 100);
551 he = rb_entry(node, struct hist_entry, rb_node);
553 CPU(he) == 1 && PID(he) == 100 &&
554 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
555 !strcmp(SYM(he), "malloc") && he->stat.period == 100);
558 he = rb_entry(node, struct hist_entry, rb_node);
560 CPU(he) == 2 && PID(he) == 100 &&
561 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
562 !strcmp(SYM(he), "free") && he->stat.period == 100);
565 he = rb_entry(node, struct hist_entry, rb_node);
567 CPU(he) == 1 && PID(he) == 100 &&
568 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
569 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100);
572 he = rb_entry(node, struct hist_entry, rb_node);
574 CPU(he) == 1 && PID(he) == 100 &&
575 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
576 !strcmp(SYM(he), "main") && he->stat.period == 100);
579 he = rb_entry(node, struct hist_entry, rb_node);
581 CPU(he) == 2 && PID(he) == 200 &&
582 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
583 !strcmp(SYM(he), "main") && he->stat.period == 100);