Searched refs:annotate (Results 1 – 25 of 122) sorted by relevance
12345
509 if (annotate == NULL) { in hists__find_annotations()742 &annotate.group_set, in cmd_annotate()844 if (annotate.data_type) { in cmd_annotate()878 annotate.session = perf_session__new(&data, &annotate.tool); in cmd_annotate()884 annotate.has_br_stack = perf_header__has_feat(&annotate.session->header, in cmd_annotate()887 if (annotate.group_set) in cmd_annotate()900 if (annotate.use_stdio || annotate.use_stdio2) in cmd_annotate()903 else if (annotate.use_tui) in cmd_annotate()911 if (annotate.data_type) { in cmd_annotate()924 if (annotate.data_type) in cmd_annotate()[all …]
10 annotate = False variable15 global annotate16 annotate = set_it21 return annotate
22 --annotate synonym for -T32 -T annotate output .dts with input source file and line176 annotate=""219 -T | --annotate )220 if [ "${annotate}" = "" ] ; then221 annotate="-T"222 elif [ "${annotate}" = "-T" ] ; then223 annotate="-T -T"346 -O dts -qq -f ${dtc_sort} ${annotate} -o -"
209 if (annotate) { in write_propval()210 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()289 if (annotate) { in write_propval()290 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()314 if (annotate) { in write_tree_source_node()315 srcstr = srcpos_string_first(tree->srcpos, annotate); in write_tree_source_node()336 if (annotate) { in write_tree_source_node()337 srcstr = srcpos_string_last(tree->srcpos, annotate); in write_tree_source_node()
23 int annotate; /* Level of annotation: 1 for input source location variable266 annotate++; in main()306 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
47 perf annotate -i "${perfdata}" --stdio 2> /dev/null > "${perfout}"66 if ! perf annotate -i "${perfdata}" "${testsym}" 2> /dev/null | \75 if ! perf annotate -i "${perfdata}" --objdump=objdump 2> /dev/null | \
3 {% if annotate %}13 {% if annotate %}
1 perf-ui-y += annotate.o2 perf-ui-y += annotate-data.o
3 {% if annotate %}17 {% if annotate %}
3 {% if annotate %}15 {% if annotate %}
90 annotate = on97 [annotate]246 annotate.*::250 annotate.addr2line::253 annotate.objdump::262 annotate.hide_src_code::310 annotate.jump_arrows::379 annotate.show_nr_samples::394 annotate.offset_level::401 annotate.demangle::[all …]
15 annotate = on23 [annotate]
1 perf-annotate(1)6 perf-annotate - Read perf.data (created by perf record) and display annotated code11 'perf annotate' [-i <file> | --input=file] [symbol_name]32 Symbol to annotate.
2 {% if annotate %}
Completed in 29 milliseconds