Age | Commit message (Expand) | Author | Files | Lines |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 402 | -0/+402 |
2017-10-18 | perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/Ubuntu | Li Zhijian | 1 | -3/+6 |
2017-10-18 | perf xyarray: Fix wrong processing when closing evsel fd | Jin Yao | 1 | -2/+2 |
2017-10-17 | perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE | Namhyung Kim | 1 | -0/+2 |
2017-10-17 | perf record: Fix documentation for a inexistent option '-l' | Taeung Song | 1 | -2/+2 |
2017-10-13 | perf tools: Check wether the eBPF file exists in event parsing | Jiri Olsa | 1 | -2/+15 |
2017-10-13 | perf hists: Add extra integrity checks to fmt_free() | Jiri Olsa | 1 | -0/+7 |
2017-10-13 | perf hists: Fix crash in perf_hpp__reset_output_field() | Jiri Olsa | 1 | -1/+1 |
2017-10-09 | perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU | Mark Rutland | 3 | -19/+47 |
2017-10-06 | perf script: Add missing separator for "-F ip,brstack" (and brstackoff) | Mark Santaniello | 1 | -2/+2 |
2017-10-05 | perf callchain: Compare dsos (as well) for CCKEY_FUNCTION | Ravi Bangoria | 1 | -1/+5 |
2017-09-29 | Merge tag 'perf-urgent-for-mingo-4.14-20170928' of git://git.kernel.org/pub/s... | Ingo Molnar | 8 | -141/+31 |
2017-09-28 | perf test: Fix vmlinux failure on s390x part 2 | Thomas Richter | 2 | -22/+0 |
2017-09-28 | perf test: Fix vmlinux failure on s390x | Thomas Richter | 3 | -18/+1 |
2017-09-25 | perf tools: Fix syscalltbl build failure | Akemi Yagi | 1 | -1/+1 |
2017-09-25 | perf report: Fix debug messages with --call-graph option | Mengting Zhang | 1 | -14/+21 |
2017-09-25 | perf evsel: Fix attr.exclude_kernel setting for default cycles:p | Arnaldo Carvalho de Melo | 1 | -1/+6 |
2017-09-25 | perf tools: Get all of tools/{arch,include}/ in the MANIFEST | Arnaldo Carvalho de Melo | 1 | -85/+2 |
2017-09-14 | mm: treewide: remove GFP_TEMPORARY allocation flag | Michal Hocko | 1 | -1/+0 |
2017-09-13 | Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s... | Ingo Molnar | 6 | -10/+32 |
2017-09-12 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 36 | -267/+365 |
2017-09-12 | perf stat: Wait for the correct child | Milian Wolff | 1 | -1/+1 |
2017-09-12 | perf tools: Support running perf binaries with a dash in their name | Milian Wolff | 1 | -4/+10 |
2017-09-12 | perf config: Check not only section->from_system_config but also item's | Taeung Song | 1 | -1/+1 |
2017-09-12 | perf ui progress: Fix progress update | Jiri Olsa | 1 | -1/+6 |
2017-09-12 | perf ui progress: Make sure we always define step value | Jiri Olsa | 1 | -1/+1 |
2017-09-12 | perf tools: Open perf.data with O_CLOEXEC flag | Jiri Olsa | 1 | -1/+12 |
2017-09-12 | perf tests: Fix compile when libunwind's unwind.h is available | Milian Wolff | 1 | -1/+1 |
2017-09-05 | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+27 |
2017-09-01 | perf annotate browser: Help for cycling thru hottest instructions with TAB/sh... | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2017-09-01 | perf stat: Only auto-merge events that are PMU aliases | Arnaldo Carvalho de Melo | 3 | -9/+18 |
2017-09-01 | perf test: Add test case for PERF_SAMPLE_PHYS_ADDR | Kan Liang | 1 | -1/+5 |
2017-09-01 | perf script: Support physical address | Kan Liang | 2 | -3/+14 |
2017-09-01 | perf mem: Support physical address | Kan Liang | 2 | -26/+75 |
2017-09-01 | perf sort: Add sort option for physical address | Kan Liang | 8 | -2/+59 |
2017-09-01 | perf tools: Support new sample type for physical address | Kan Liang | 5 | -2/+26 |
2017-09-01 | perf vendor events powerpc: Remove duplicate events | Sukadev Bhattiprolu | 4 | -138/+3 |
2017-09-01 | perf intel-pt: Fix syntax in documentation of config option | Jack Henschel | 1 | -1/+1 |
2017-09-01 | perf test powerpc: Fix 'Object code reading' test | Ravi Bangoria | 1 | -0/+5 |
2017-09-01 | perf trace: Support syscall name globbing | Arnaldo Carvalho de Melo | 2 | -5/+36 |
2017-09-01 | perf syscalltbl: Support glob matching on syscall names | Arnaldo Carvalho de Melo | 2 | -0/+36 |
2017-08-30 | perf report: Calculate the average cycles of iterations | Jin Yao | 5 | -79/+85 |
2017-08-29 | perf symbols: Fix plt entry calculation for ARM and AARCH64 | Li Bin | 1 | -5/+22 |
2017-08-29 | perf probe: Fix kprobe blacklist checking condition | Li Bin | 1 | -1/+1 |
2017-08-28 | perf trace beauty: Beautify pkey_{alloc,free,mprotect} arguments | Arnaldo Carvalho de Melo | 6 | -1/+83 |
2017-08-28 | perf tools: Pass full path of FEATURES_DUMP | David Carrillo-Cisneros | 1 | -1/+1 |
2017-08-28 | perf tools: Robustify detection of clang binary | David Carrillo-Cisneros | 2 | -3/+3 |
2017-08-28 | perf tools: Allow external definition of flex and bison binary names | David Carrillo-Cisneros | 1 | -2/+2 |
2017-08-28 | perf report: Group stat values on global event id | Jiri Olsa | 2 | -2/+2 |
2017-08-28 | perf values: Zero value buffers | Jiri Olsa | 1 | -2/+7 |