aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2025-04-08 19:03:43 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2025-04-10 10:46:29 -0300
commitc6043d35c0f3eb5bcbeb6309e10c4ae33d203841 (patch)
treeaaa997b0d66b9d88c1664b0b5fa2bf0662b36177 /tools/perf/util/annotate.c
parentperf ui browser map: Provide feedback on unhandled hotkeys (diff)
downloadlinux-c6043d35c0f3eb5bcbeb6309e10c4ae33d203841.tar.gz
linux-c6043d35c0f3eb5bcbeb6309e10c4ae33d203841.zip
perf ui browser annotate: Show in the title the source code view toggle
Ingo reported that having a visual cue if the source code view is enabled will help in noticing a bug when no source is presented. Change the title scnprintf routine for the annotation browser to do that. More work is needed to have the capabilities of the existing disassemblers listed somehow and start using the fastest one but switch to another that provides features only made available by some particular one, like the first one, the objdump output parsing one. Suggested-by: Ingo Molnar <mingo@kernel.org> Tested-by: Ingo Molnar <mingo@kernel.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Ian Rogers <irogers@google.com> Cc: James Clark <james.clark@linaro.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/Z_TYux5fUg2pW-pF@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/annotate.c')
0 files changed, 0 insertions, 0 deletions
e superfluous conditionalJohannes Schindelin1-3/+1 2017-12-27sequencer: strip bogus LF at end of error messagesJohannes Schindelin1-4/+4 2017-12-27rebase: do not continue when the todo list generation failedJohannes Schindelin1-1/+2 2017-12-27travis-ci: only print test failures if there are test results availableSZEDER Gábor1-0/+6 2017-12-27travis-ci: save prove state for the 32 bit Linux buildSZEDER Gábor2-0/+2 2017-12-27travis-ci: don't install default addon packages for the 32 bit Linux buildSZEDER Gábor1-0/+1 2017-12-27travis-ci: fine tune the use of 'set -x' in 'ci/*' scriptsSZEDER Gábor4-1/+13 2017-12-27RelNotes: the eleventh batchJunio C Hamano1-0/+41 2017-12-27sequencer.c: drop 'const' from function return typeJunio C Hamano1-1/+1 2017-12-22strbuf: fix urlencode format string on signed charJulien Dusser1-1/+1 2017-12-22send-pack: use internal argv_array of struct child_processRené Scharfe1-19/+9 2017-12-22http: use internal argv_array of struct child_processRené Scharfe1-8/+3 2017-12-22git-p4: update multiple shelved change listsLuke Diamand3-26/+47 2017-12-22check-non-portable-shell.pl: `wc -l` may have leading WSTorsten Bögershausen1-0/+1 2017-12-22config.txt: document behavior of backslashes in subsectionsDave Borowitz1-5/+7 2017-12-22merge-recursive: avoid incorporating uncommitted changes in a mergeElijah Newren2-1/+8 2017-12-22move index_has_changes() from builtin/am.c to merge.c for reuseElijah Newren3-37/+42 2017-12-22t6044: recursive can silently incorporate dirty changes in a mergeElijah Newren1-5/+21 2017-12-22t/helper/test-lazy-name-hash: fix compilationStefan Beller1-1/+1 2017-12-19t5573, t7612: clean up after unexpected success of 'pull' and 'merge'Junio C Hamano2-8/+17 2017-12-19RelNotes: the tenth batchJunio C Hamano1-0/+46 2017-12-19builtin/describe.c: describe a blobStefan Beller3-7/+107 2017-12-19http: support CURLPROXY_HTTPSWei Shuyu1-0/+5 2017-12-19rebase: rebasing can also be done when HEAD is detachedKaartic Sivaraam1-2/+14 2017-12-19rebase: distinguish user input by quoting itKaartic Sivaraam1-2/+2 2017-12-19rebase: consistently use branch_name variableKaartic Sivaraam1-7/+10 2017-12-19Doc/check-ref-format: clarify information about @{-N} syntaxKaartic Sivaraam1-7/+12 2017-12-18config: document default value of http.sslVerifySimon Ruderich1-2/+2 2017-12-18p7519: improve check for prerequisite WATCHMANRené Scharfe1-2/+1 2017-12-18imap-send: URI encode server folderNicolas Morey-Chaisemartin1-1/+7 2017-12-14version --build-options: report commit, too, if possibleJohannes Schindelin4-1/+10 2017-12-14version --build-options: also report host CPUEric Sunshine2-0/+10 2017-12-14transport: make transport vtable more privateJonathan Tan4-87/+120 2017-12-14clone, fetch: remove redundant transport checkJonathan Tan2-6/+0