Searched refs:span (Results 1 – 9 of 9) sorted by relevance
/tools/perf/ui/stdio/ |
D | hist.c | 711 int span = 0; in fprintf_line() local 717 if (!first && !span) in fprintf_line() 722 fmt->header(fmt, hpp, hists, line, &span); in fprintf_line() 724 if (!span) in fprintf_line()
|
/tools/perf/ |
D | builtin-c2c.c | 390 int span; member 446 struct hists *hists, int line, int *span) in c2c_header() argument 465 if (*span) { in c2c_header() 466 (*span)--; in c2c_header() 469 *span = dim->header.line[line].span; in c2c_header() 1262 .span = __s, \
|
D | builtin-diff.c | 1579 int *span __maybe_unused) in hpp__header()
|
/tools/perf/util/ |
D | hist.h | 259 struct hists *hists, int line, int *span);
|
D | sort.c | 1756 int *span __maybe_unused) in __sort__hpp_header() 2063 int *span __maybe_unused) in __sort__hde_header()
|
/tools/perf/ui/ |
D | hist.c | 242 int *span __maybe_unused) in hpp__header_fn()
|
/tools/perf/ui/browsers/ |
D | hists.c | 1603 int span = 0; in hists_browser__scnprintf_headers() local 1615 ret = fmt->header(fmt, &dummy_hpp, hists, line, &span); in hists_browser__scnprintf_headers() 1619 if (span) in hists_browser__scnprintf_headers()
|
/tools/perf/Documentation/ |
D | perf-config.txt | 65 respectively). Section headers can't span multiple lines.
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 1434 A grace period is the span of time occupied by a call to 1442 span a full grace period. In more detail, the Guarantee says:
|