summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-2241-250/+1805
|\|
| * 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 branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-1049-446/+974
|\|
| * 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
| | * perf script python: Add Python3 support to futex-contention.pyTony Jones2019-03-061-4/+6
| | * perf script python: Remove mixed indentationTony Jones2019-03-0614-135/+136
| | * perf diff: Support --pid/--tid filter optionsJin Yao2019-03-062-0/+10
| | * perf diff: Support --cpu filter optionJin Yao2019-03-062-0/+21
| | * perf diff: Support --time filter optionJin Yao2019-03-062-14/+179
| | * perf thread: Generalize function to copy from thread addr space from intel-bt...Andi Kleen2019-03-063-18/+28
| | * perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo2019-03-064-33/+52
| | * perf clang: Remove needless extra semicolonYang Wei2019-03-061-1/+1