summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix errors under optimization level '-Og'Changbin Du2019-03-193-3/+3
* perf list: Don't forget to drop the reference to the allocated thread_mapChangbin Du2019-03-191-0/+1
* perf tools: Add doc about how to build perf with Asan and UBSanChangbin Du2019-03-191-0/+24
* perf vendor events: Remove P8 HW events which are not supportedMamatha Inamdar2019-03-191-594/+0
* perf stat: Improve scalingAndi Kleen2019-03-191-1/+1
* perf stat: Fix --no-scaleAndi Kleen2019-03-194-14/+9
* perf script: Support relative timeAndi Kleen2019-03-192-2/+19
* perf report: Indicate JITed code better in reportAndi Kleen2019-03-191-18/+24
* perf report: Show all sort keys in help outputAndi Kleen2019-03-193-3/+56
* perf record: Clarify help for --switch-outputAndi Kleen2019-03-191-2/+2
* perf record: Allow to limit number of reported perf.data filesAndi Kleen2019-03-194-8/+39
* perf list: Filter metrics tooAndi Kleen2019-03-191-1/+1
* perf tools report: Add custom scripts to script menuAndi Kleen2019-03-112-0/+28
* perf ui browser: Fix ui popup argv browser for many entriesAndi Kleen2019-03-112-6/+7
* perf script: Add array bound checking to list_scriptsAndi Kleen2019-03-113-4/+10
* perf tools: Add some new tips describing the new optionsAndi Kleen2019-03-111-0/+7
* perf report: Implement browsing of individual samplesAndi Kleen2019-03-1112-1/+226
* perf report: Support builtin perf script in scripts menuAndi Kleen2019-03-114-40/+120
* perf report: Support running scripts for current time rangeAndi Kleen2019-03-111-11/+72
* perf report: Support time sort keyAndi Kleen2019-03-115-0/+55
* perf script: Filter COMM/FORK/.. events by CPUAndi Kleen2019-03-111-24/+47
* perf tools: Update x86's syscall_64.tbl, no change in tools/perf behaviourArnaldo Carvalho de Melo2019-03-111-2/+4
* perf script python: Add printdate function to SQL exportersTony Jones2019-03-112-13/+19
* perf script python: Add Python3 support to export-to-sqlite.pyTony Jones2019-03-111-9/+14
* perf script python: Add Python3 support to export-to-postgresql.pyTony Jones2019-03-111-17/+41
* perf script python: Add Python3 support to exported-sql-viewer.pyTony Jones2019-03-111-14/+28
* perf report: Use less for scripts outputAndi Kleen2019-03-111-113/+17
* perf session: Add process callback to reader objectJiri Olsa2019-03-111-4/+19
* perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa2019-03-115-3/+59
* perf data: Make perf_data__size() work over directoryJiri Olsa2019-03-112-5/+18
* perf data: Add perf_data__update_dir() functionJiri Olsa2019-03-112-0/+21
* perf data: Don't store auxtrace index for directory data fileJiri Olsa2019-03-111-1/+1
* perf data: Support having perf.data stored as a directoryJiri Olsa2019-03-113-1/+58
* perf vendor events amd: perf PMU events for AMD Family 17hMartin Liška2019-03-117-0/+829
* perf probe: Fix getting the kernel mapAdrian Hunter2019-03-111-2/+4
* perf report: Parse time quantumAndi Kleen2019-03-114-0/+49
* perf time-utils: Add utility function to print time stamps in nanosecondsAndi Kleen2019-03-112-0/+9
* perf report: Support output in nanosecondsAndi Kleen2019-03-115-6/+11
* perf script: Support insn output for normal samplesAndi Kleen2019-03-114-1/+59
* Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-03-0949-446/+974
|\
| * perf data: Force perf_data__open|close zero data->file.pathJiri Olsa2019-03-061-2/+2
| * perf session: Fix double free in perf_data__closeJiri Olsa2019-03-061-3/+1
| * perf evsel: Probe for precise_ip with simple attrJiri Olsa2019-03-062-13/+20
| * perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa2019-03-062-0/+15
| * perf hist: Fix memory leak of srclineJiri Olsa2019-03-061-2/+12
| * perf hist: Add error path into hist_entry__initJiri Olsa2019-03-061-20/+19
| * perf c2c: Fix c2c report for empty numa nodeJiri Olsa2019-03-061-2/+6
| * perf script python: Add Python3 support to intel-pt-events.pyTony Jones2019-03-061-13/+19
| * perf script python: Add Python3 support to event_analyzing_sample.pyTony Jones2019-03-061-23/+25
| * perf script python: add Python3 support to check-perf-trace.pyTony Jones2019-03-061-14/+17