Lines Matching refs:entry
210 /* only check first chain list entry */
717 /* Collapse the selected entry. */
725 /* Toggle expand/collapse the selected entry. */
1164 struct hist_entry *entry, int level,
1170 u64 total = hists__total_period(entry->hists);
1175 parent_total = entry->stat_acc->period;
1177 parent_total = entry->stat.period;
1181 &entry->sorted_chain, row,
1186 &entry->sorted_chain, row,
1191 &entry->sorted_chain, level, row,
1197 browser->he_selection = entry;
1296 struct hist_entry *entry,
1303 bool use_callchain = hist_entry__has_callchains(entry) && symbol_conf.use_callchain;
1304 off_t row_offset = entry->row_offset;
1309 browser->he_selection = entry;
1310 browser->selection = &entry->ms;
1314 hist_entry__init_have_children(entry);
1315 folded_sign = hist_entry__folded(entry);
1336 if (perf_hpp__should_skip(fmt, entry->hists) ||
1360 int ret = fmt->color(fmt, &hpp, entry);
1361 hist_entry__snprintf_alignment(entry, &hpp, fmt, ret);
1368 hist_entry__snprintf_alignment(entry, &hpp, fmt, fmt->entry(fmt, &hpp, entry));
1392 entry, 1, row,
1402 struct hist_entry *entry,
1410 off_t row_offset = entry->row_offset;
1419 int hierarchy_indent = (entry->hists->nr_hpp_node - 2) * HIERARCHY_INDENT;
1422 browser->he_selection = entry;
1423 browser->selection = &entry->ms;
1426 hist_entry__init_have_children(entry);
1427 folded_sign = hist_entry__folded(entry);
1430 if (entry->leaf && row_offset) {
1446 fmt_node = list_first_entry(&entry->hists->hpp_formats,
1456 if (perf_hpp__should_skip(fmt, entry->hists) ||
1478 int ret = fmt->color(fmt, &hpp, entry);
1479 hist_entry__snprintf_alignment(entry, &hpp, fmt, ret);
1486 int ret = fmt->entry(fmt, &hpp, entry);
1487 hist_entry__snprintf_alignment(entry, &hpp, fmt, ret);
1514 perf_hpp_list__for_each_format(entry->hpp_list, fmt) {
1530 width -= fmt->color(fmt, &hpp, entry);
1534 width -= fmt->entry(fmt, &hpp, entry);
1553 if (entry->leaf && folded_sign == '-' && row != browser->b.rows) {
1558 printed += hist_browser__show_callchain(browser, entry,
1623 ret = snprintf(buf, sizeof(buf), "no entry >= %.2f%%", browser->min_pcnt);
1938 * Moves not relative to the first visible entry invalidates its
1947 * what _not_ to show and not change the first visible entry.
1954 * skipping the first ones that are before the first visible entry
2020 * row_offset at its last entry.
2079 ret = fmt->entry(fmt, &hpp, he);
2124 ret = fmt->entry(fmt, &hpp, he);
2135 ret = fmt->entry(fmt, &hpp, he);
2634 if (asprintf(optstr, "%s [%s] callchain (one level, same as '+' hotkey, use 'e'/'c' for the whole main level entry)",
2974 "e Expand/Collapse main entry callchains\n" \
3408 void *entry, int row)
3412 struct evsel *evsel = list_entry(entry, struct evsel, core.node);
3548 void *entry)
3550 struct evsel *evsel = list_entry(entry, struct evsel, core.node);