summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2018-04-24perf stat: Fix duplicate PMU name for interval printKan Liang1-0/+1
2018-04-24perf evsel: Only fall back group read for leaderKan Liang1-1/+2
2018-04-24perf pmu: Fix core PMU alias list for X86 platformKan Liang1-13/+7
2018-04-23perf evsel: Disable write_backward for leader sampling group eventsJiri Olsa1-2/+5
2018-04-23perf pmu: Fix pmu events parsing ruleJiri Olsa1-4/+4
2018-04-23perf stat: Keep the / modifier separator in fallbackJiri Olsa1-1/+7
2018-04-23perf list: Remove s390 specific strcmp_cpuid_cmp functionThomas Richter1-1/+1
2018-04-23perf machine: Set main kernel end address properlyNamhyung Kim1-12/+18
2018-04-19coresight: Move to SPDX identifierMathieu Poirier3-16/+3
2018-04-18perf record: Remove suggestion to enable APICAndi Kleen1-2/+1
2018-04-18perf record: Remove misleading error suggestionAndi Kleen1-2/+1
2018-04-17perf list: Add s390 support for detailed/verbose PMU event descriptionThomas Richter1-0/+6
2018-04-17perf report: Extend raw dump (-D) out with switch out event typeAlexey Budankov1-1/+3
2018-04-13perf annotate: Allow setting the offset level in .perfconfigArnaldo Carvalho de Melo1-3/+12
2018-04-13perf report: Fix switching to another perf.data fileArnaldo Carvalho de Melo1-5/+3
2018-04-13perf record: Change warning for missing sysfs entry to debugThomas Richter1-1/+2
2018-04-12perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORTJin Yao2-4/+4
2018-04-12perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXXJin Yao1-2/+2
2018-04-12perf annotate: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo2-2/+18
2018-04-09perf tests clang: Fix function name for clang IR testSandipan Das1-1/+1
2018-04-09perf clang: Add support for recent clang versionsSandipan Das1-1/+10
2018-04-09perf tools: No need to include namespaces.h in util.hArnaldo Carvalho de Melo1-2/+2
2018-04-06perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filteringAdrian Hunter1-10/+10
2018-04-05perf report: Remove duplicated 'samples' in lost samples warningArnaldo Carvalho de Melo1-1/+1
2018-04-05perf annotate: Show group details on the title lineArnaldo Carvalho de Melo1-2/+5
2018-04-05perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct bufferAdrian Hunter1-30/+24
2018-04-03perf annotate stdio2: Print more descriptive event information headerArnaldo Carvalho de Melo1-7/+3
2018-04-03perf annotate: Introduce annotation__scnprintf_samples_period() methodArnaldo Carvalho de Melo2-0/+50
2018-04-03perf hists: Move hists__scnprintf_title() away from the TUI codeArnaldo Carvalho de Melo1-0/+81
2018-04-03perf hists: Introduce hists__scnprint_title()Arnaldo Carvalho de Melo1-0/+6
2018-04-02perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORTJin Yao1-1/+1
2018-04-02perf tools: Add a "dso_size" sort orderKim Phillips4-0/+47
2018-03-27perf mmap: Be consistent when checking for an unmaped ring bufferArnaldo Carvalho de Melo1-1/+12
2018-03-27perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()Kan Liang1-0/+6
2018-03-23perf annotate: Use absolute addresses to calculate jump target offsetsArnaldo Carvalho de Melo1-3/+2
2018-03-23perf annotate: Defer searching for comma in raw line till it is neededArnaldo Carvalho de Melo1-1/+2
2018-03-23perf annotate: Support jumping from one function to anotherArnaldo Carvalho de Melo1-2/+4
2018-03-23perf annotate: Add "_local" to jump/offset validation routinesArnaldo Carvalho de Melo2-8/+15
2018-03-23perf python: Reference Py_None before returning itPetr Machata1-1/+3
2018-03-21perf annotate: Mark jumps to outher functions with the call arrowArnaldo Carvalho de Melo2-3/+53
2018-03-21perf annotate: Pass function descriptor to its instruction parsing routinesArnaldo Carvalho de Melo2-14/+18
2018-03-21perf annotate: No need to calculate notes->start twiceArnaldo Carvalho de Melo1-5/+4
2018-03-21perf annotate browser: Add 'P' hotkey to dump annotation to fileArnaldo Carvalho de Melo2-0/+33
2018-03-21perf annotate: Add function header to --stdio2Arnaldo Carvalho de Melo1-0/+8
2018-03-21perf annotate: Use the default annotation options for --stdio2Arnaldo Carvalho de Melo1-3/+1
2018-03-21perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo2-0/+66
2018-03-21perf annotate: Introduce the --stdio2 output modeArnaldo Carvalho de Melo2-0/+97
2018-03-20perf annotate: Introduce annotation_line__filter()Arnaldo Carvalho de Melo1-0/+4
2018-03-20perf annotate: Use a ops table for annotation_line__write()Arnaldo Carvalho de Melo2-28/+35
2018-03-20perf annotate: Finish the generalization of annotate_browser__write()Arnaldo Carvalho de Melo2-14/+112