Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 7 of 7) sorted by relevance

/tools/perf/Documentation/
Dperf-probe.txt39 or lines. If a path of module file is passed, perf-probe
66 Show source code lines which can be probed. This needs an argument
145 FUNC specifies the function name of showing lines. 'RLN' is the start line
149 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
151 So, "source.c:100-120" shows lines between 100th to l20th in source.c file. And "func:10+20" shows …
173 Display which lines in schedule() can be probed:
185 Add probes on lines in schedule() function which calls update_rq_clock().
Dperf-annotate.txt56 Print matching source lines (may be slow).
67 samples, TAB/UNTAB cycles through the lines with more samples.
Dperf-kmem.txt40 Print n lines only
/tools/perf/
Dbuiltin-kmem.c693 int lines; in parse_line_opt() local
698 lines = strtoul(arg, NULL, 10); in parse_line_opt()
701 caller_lines = lines; in parse_line_opt()
703 alloc_lines = lines; in parse_line_opt()
/tools/perf/util/
Dannotate.c609 struct source_line *src_line = notes->src->lines; in disasm__calc_percent()
617 src_line = (void *)notes->src->lines + in disasm__calc_percent()
669 notes->src->lines ? i : evsel->idx + i, in disasm_line__print()
1013 struct source_line *src_line = notes->src->lines; in symbol__free_source_line()
1025 free(notes->src->lines); in symbol__free_source_line()
1026 notes->src->lines = NULL; in symbol__free_source_line()
1059 src_line = notes->src->lines = calloc(len, sizeof_src_line); in symbol__get_source_line()
1060 if (!notes->src->lines) in symbol__get_source_line()
Ddwarf-aux.c630 Dwarf_Lines *lines; in die_walk_lines() local
649 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) { in die_walk_lines()
657 line = dwarf_onesrcline(lines, i); in die_walk_lines()
Dannotate.h107 struct source_line *lines; member