Lines Matching refs:he
94 struct hist_entry *he;
109 he = rb_entry(node, struct hist_entry, rb_node);
111 rb_erase_cached(&he->rb_node_in, root_in);
112 hist_entry__delete(he);
118 #define COMM(he) (thread__comm_str(he->thread))
119 #define DSO(he) (he->ms.map->dso->short_name)
120 #define SYM(he) (he->ms.sym->name)
121 #define CPU(he) (he->cpu)
122 #define PID(he) (he->thread->tid)
129 struct hist_entry *he;
167 he = rb_entry(node, struct hist_entry, rb_node);
169 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
170 !strcmp(SYM(he), "main") && he->stat.period == 200);
173 he = rb_entry(node, struct hist_entry, rb_node);
175 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") &&
176 !strcmp(SYM(he), "page_fault") && he->stat.period == 100);
179 he = rb_entry(node, struct hist_entry, rb_node);
181 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
182 !strcmp(SYM(he), "main") && he->stat.period == 100);
185 he = rb_entry(node, struct hist_entry, rb_node);
187 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
188 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100);
191 he = rb_entry(node, struct hist_entry, rb_node);
193 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
194 !strcmp(SYM(he), "page_fault") && he->stat.period == 100);
197 he = rb_entry(node, struct hist_entry, rb_node);
199 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
200 !strcmp(SYM(he), "schedule") && he->stat.period == 100);
203 he = rb_entry(node, struct hist_entry, rb_node);
205 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
206 !strcmp(SYM(he), "free") && he->stat.period == 100);
209 he = rb_entry(node, struct hist_entry, rb_node);
211 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
212 !strcmp(SYM(he), "malloc") && he->stat.period == 100);
215 he = rb_entry(node, struct hist_entry, rb_node);
217 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
218 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100);
231 struct hist_entry *he;
267 he = rb_entry(node, struct hist_entry, rb_node);
269 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300);
272 he = rb_entry(node, struct hist_entry, rb_node);
274 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100);
287 struct hist_entry *he;
321 he = rb_entry(node, struct hist_entry, rb_node);
323 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
324 he->stat.period == 200);
327 he = rb_entry(node, struct hist_entry, rb_node);
329 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") &&
330 he->stat.period == 100);
333 he = rb_entry(node, struct hist_entry, rb_node);
335 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
336 he->stat.period == 300);
339 he = rb_entry(node, struct hist_entry, rb_node);
341 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
342 he->stat.period == 200);
345 he = rb_entry(node, struct hist_entry, rb_node);
347 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
348 he->stat.period == 200);
361 struct hist_entry *he;
399 he = rb_entry(node, struct hist_entry, rb_node);
401 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "cmd_record") &&
402 !strcmp(COMM(he), "perf") && he->stat.period == 100);
405 he = rb_entry(node, struct hist_entry, rb_node);
407 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "free") &&
408 !strcmp(COMM(he), "perf") && he->stat.period == 100);
411 he = rb_entry(node, struct hist_entry, rb_node);
413 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") &&
414 !strcmp(COMM(he), "bash") && he->stat.period == 100);
417 he = rb_entry(node, struct hist_entry, rb_node);
419 !strcmp(DSO(he), "perf") && !strcmp(SYM(he), "main") &&
420 !strcmp(COMM(he), "perf") && he->stat.period == 200);
423 he = rb_entry(node, struct hist_entry, rb_node);
425 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "malloc") &&
426 !strcmp(COMM(he), "perf") && he->stat.period == 100);
429 he = rb_entry(node, struct hist_entry, rb_node);
431 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") &&
432 !strcmp(COMM(he), "bash") && he->stat.period == 100);
435 he = rb_entry(node, struct hist_entry, rb_node);
437 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "page_fault") &&
438 !strcmp(COMM(he), "perf") && he->stat.period == 100);
441 he = rb_entry(node, struct hist_entry, rb_node);
443 !strcmp(DSO(he), "[kernel]") && !strcmp(SYM(he), "schedule") &&
444 !strcmp(COMM(he), "perf") && he->stat.period == 100);
447 he = rb_entry(node, struct hist_entry, rb_node);
449 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") &&
450 !strcmp(COMM(he), "bash") && he->stat.period == 100);
463 struct hist_entry *he;
502 he = rb_entry(node, struct hist_entry, rb_node);
505 CPU(he) == 0 && PID(he) == 100 &&
506 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
507 !strcmp(SYM(he), "schedule") && he->stat.period == 100);
510 he = rb_entry(node, struct hist_entry, rb_node);
512 CPU(he) == 2 && PID(he) == 200 &&
513 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") &&
514 !strcmp(SYM(he), "page_fault") && he->stat.period == 100);
517 he = rb_entry(node, struct hist_entry, rb_node);
519 CPU(he) == 1 && PID(he) == 300 &&
520 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") &&
521 !strcmp(SYM(he), "page_fault") && he->stat.period == 100);
524 he = rb_entry(node, struct hist_entry, rb_node);
526 CPU(he) == 0 && PID(he) == 300 &&
527 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
528 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100);
531 he = rb_entry(node, struct hist_entry, rb_node);
533 CPU(he) == 3 && PID(he) == 300 &&
534 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") &&
535 !strcmp(SYM(he), "main") && he->stat.period == 100);
538 he = rb_entry(node, struct hist_entry, rb_node);
540 CPU(he) == 1 && PID(he) == 100 &&
541 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
542 !strcmp(SYM(he), "malloc") && he->stat.period == 100);
545 he = rb_entry(node, struct hist_entry, rb_node);
547 CPU(he) == 2 && PID(he) == 100 &&
548 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") &&
549 !strcmp(SYM(he), "free") && he->stat.period == 100);
552 he = rb_entry(node, struct hist_entry, rb_node);
554 CPU(he) == 1 && PID(he) == 100 &&
555 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
556 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100);
559 he = rb_entry(node, struct hist_entry, rb_node);
561 CPU(he) == 1 && PID(he) == 100 &&
562 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
563 !strcmp(SYM(he), "main") && he->stat.period == 100);
566 he = rb_entry(node, struct hist_entry, rb_node);
568 CPU(he) == 2 && PID(he) == 200 &&
569 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") &&
570 !strcmp(SYM(he), "main") && he->stat.period == 100);