summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-11tools headers uapi: Sync copy of asm-generic/unistd.h with the kernel sourcesArnaldo Carvalho de Melo2-33/+118
2019-03-11perf tools: Update x86's syscall_64.tbl, no change in tools/perf behaviourArnaldo Carvalho de Melo1-2/+4
2019-03-11perf script python: Add printdate function to SQL exportersTony Jones2-13/+19
2019-03-11perf script python: Add Python3 support to export-to-sqlite.pyTony Jones1-9/+14
2019-03-11perf script python: Add Python3 support to export-to-postgresql.pyTony Jones1-17/+41
2019-03-11perf script python: Add Python3 support to exported-sql-viewer.pyTony Jones1-14/+28
2019-03-11perf report: Use less for scripts outputAndi Kleen1-113/+17
2019-03-11perf session: Add process callback to reader objectJiri Olsa1-4/+19
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa5-3/+59
2019-03-11perf data: Make perf_data__size() work over directoryJiri Olsa2-5/+18
2019-03-11perf data: Add perf_data__update_dir() functionJiri Olsa2-0/+21
2019-03-11perf data: Don't store auxtrace index for directory data fileJiri Olsa1-1/+1
2019-03-11perf data: Support having perf.data stored as a directoryJiri Olsa3-1/+58
2019-03-11perf vendor events amd: perf PMU events for AMD Family 17hMartin Liška7-0/+829
2019-03-11perf probe: Fix getting the kernel mapAdrian Hunter1-2/+4
2019-03-11perf report: Parse time quantumAndi Kleen4-0/+49
2019-03-11perf time-utils: Add utility function to print time stamps in nanosecondsAndi Kleen2-0/+9
2019-03-11perf report: Support output in nanosecondsAndi Kleen5-6/+11
2019-03-11perf script: Support insn output for normal samplesAndi Kleen4-1/+59
2019-03-11perf/core: Restore mmap record type correctlyStephane Eranian1-0/+2
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar51-448/+977
2019-03-09perf/core: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-09perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang3-7/+10
2019-03-09perf/ring_buffer: Use high order allocations for AUX buffers optimisticallyAlexander Shishkin1-17/+15
2019-03-07perf data: Force perf_data__open|close zero data->file.pathJiri Olsa1-2/+2
2019-03-07perf session: Fix double free in perf_data__closeJiri Olsa1-3/+1
2019-03-07perf evsel: Probe for precise_ip with simple attrJiri Olsa2-13/+20
2019-03-07perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa2-0/+15
2019-03-07perf hist: Fix memory leak of srclineJiri Olsa1-2/+12
2019-03-07perf hist: Add error path into hist_entry__initJiri Olsa1-20/+19
2019-03-07perf c2c: Fix c2c report for empty numa nodeJiri Olsa1-2/+6
2019-03-07perf script python: Add Python3 support to intel-pt-events.pyTony Jones1-13/+19
2019-03-07perf script python: Add Python3 support to event_analyzing_sample.pyTony Jones1-23/+25
2019-03-07perf script python: add Python3 support to check-perf-trace.pyTony Jones1-14/+17
2019-03-07perf script python: Add Python3 support to futex-contention.pyTony Jones1-4/+6
2019-03-07perf script python: Remove mixed indentationTony Jones14-135/+136
2019-03-07perf diff: Support --pid/--tid filter optionsJin Yao2-0/+10
2019-03-07perf diff: Support --cpu filter optionJin Yao2-0/+21
2019-03-07perf diff: Support --time filter optionJin Yao2-14/+179
2019-03-06perf thread: Generalize function to copy from thread addr space from intel-bt...Andi Kleen3-18/+28
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo4-33/+52
2019-03-06Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-11/+48
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds29-324/+1165
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds315-2608/+10259
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds60-2127/+7044
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds46-567/+393
2019-03-06perf clang: Remove needless extra semicolonYang Wei1-1/+1
2019-03-06perf bpf: Automatically add BTF ELF markersArnaldo Carvalho de Melo1-1/+7
2019-03-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds63-1268/+1395
2019-03-06Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds107-1264/+1655