summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | perf top: Delete the evlist before perf_session, fixing heap-use-after-free i...Changbin Du2019-03-191-23/+19Star
| | * | | perf build-id: Fix memory leak in print_sdt_events()Changbin Du2019-03-192-0/+2
| | * | | perf config: Fix a memory leak in collect_config()Changbin Du2019-03-191-2/+1Star
| | * | | perf config: Fix an error in the config template documentationChangbin Du2019-03-191-1/+1
| | * | | perf tools: Fix errors under optimization level '-Og'Changbin Du2019-03-194-4/+4
| | * | | 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/+0Star
| | * | | perf stat: Improve scalingAndi Kleen2019-03-191-1/+1
| | * | | perf stat: Fix --no-scaleAndi Kleen2019-03-194-14/+9Star
| | * | | 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
| * | | | Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-2246-287/+1931
| |\| | |
| | * | | tools lib bpf: Fix the build by adding a missing stdarg.h includeArnaldo Carvalho de Melo2019-03-111-0/+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
| | * | | tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo2019-03-111-4/+5
| | * | | tools headers uapi: Sync copy of asm-generic/unistd.h with the kernel sourcesArnaldo Carvalho de Melo2019-03-112-33/+118
| | * | | 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/+17Star
| | * | | 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
| | * | | perf/core: Restore mmap record type correctlyStephane Eranian2019-03-111-0/+2
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-2414-58/+81
|\ \ \ \ \
| * | | | | x86/gart: Exclude GART aperture from kcoreKairui Song2019-03-233-7/+42