Lines Matching refs:tested_sections
50 struct rb_root *tested_sections) in tested_code_insert_or_exists() argument
52 struct rb_node **node = &tested_sections->rb_node; in tested_code_insert_or_exists()
88 rb_insert_color(&data->rb_node, tested_sections); in tested_code_insert_or_exists()
379 struct rb_root *tested_sections) in read_object_code() argument
420 tested_sections)) { in read_object_code()
531 struct rb_root *tested_sections) in process_sample_event() argument
553 tested_sections); in process_sample_event()
561 union perf_event *event, struct rb_root *tested_sections) in process_event() argument
565 tested_sections); in process_event()
585 struct rb_root *tested_sections) in process_events() argument
597 ret = process_event(machine, evlist, event, tested_sections); in process_events()
697 struct rb_root tested_sections = RB_ROOT; in do_test_code_reading() local
831 ret = process_events(machine, evlist, &tested_sections); in do_test_code_reading()
851 tested_sections__free(&tested_sections); in do_test_code_reading()