summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-03-11perf report: Implement browsing of individual samplesAndi Kleen12-1/+226
2019-03-11perf report: Support builtin perf script in scripts menuAndi Kleen4-40/+120
2019-03-11perf report: Support running scripts for current time rangeAndi Kleen1-11/+72
2019-03-11perf report: Support time sort keyAndi Kleen5-0/+55
2019-03-11perf script: Filter COMM/FORK/.. events by CPUAndi Kleen1-24/+47
2019-03-11tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo1-4/+5
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-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar50-447/+975
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 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds247-2211/+9398
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+20
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 Torvalds18-131/+864
2019-03-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2019-03-04selftest/net: Remove duplicate headerSouptick Joarder1-1/+0