aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-02-14perf header: Get rid of write_it labelJiri Olsa1-4/+2
2019-02-14perf list: Display metric expressions for --details optionJiri Olsa4-7/+14
2019-02-14perf tools: Fix legacy events symbol separator parsingJiri Olsa2-2/+32
2019-02-14perf tools: Rename build libperf to perfJiri Olsa36-259/+259
2019-02-14perf tools: Rename LIB_FILE to LIBPERF_AJiri Olsa1-3/+3
2019-02-14perf tools: Compile perf with libperf-in.o instead of libperf.aJiri Olsa1-8/+8
2019-02-14perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier1-12/+29
2019-02-14perf cs-etm: Modularize main packet processing loopMathieu Poirier1-57/+72
2019-02-14perf cs-etm: Modularize main decoder functionMathieu Poirier1-12/+29
2019-02-14perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier2-33/+26
2019-02-14perf cs-etm: Rethink kernel address initialisationMathieu Poirier1-4/+3
2019-02-14perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier1-21/+16
2019-02-14perf cs-etm: Fix erroneous commentMathieu Poirier1-1/+1
2019-02-14perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier2-58/+58
2019-02-14perf cs-etm: Fix memory leak in error pathMathieu Poirier1-7/+13
2019-02-14perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier2-14/+30
2019-02-14perf cs-etm: Fix wrong return values in error pathMathieu Poirier1-2/+2
2019-02-14perf cs-etm: Remove unused structure field "time" and "timestamp"Mathieu Poirier1-8/+4
2019-02-14perf cs-etm: Remove unused structure field "state"Mathieu Poirier1-1/+0
2019-02-14perf build: Add missing FEATURE_CHECK_LDFLAGS-libcryptoArnaldo Carvalho de Melo1-0/+2
2019-02-14tools build: Add test-reallocarray.c to test-all.c to fix the buildArnaldo Carvalho de Melo2-0/+7
2019-02-14perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASICArnaldo Carvalho de Melo2-4/+11
2019-02-14perf coresight: Do not test for libopencsd by defaultArnaldo Carvalho de Melo4-8/+4
2019-02-14perf trace: Filter out gnome-terminal* parentArnaldo Carvalho de Melo1-1/+2
2019-02-14tools build: Add -lrt to FEATURE_CHECK_LDFLAGS-libaioArnaldo Carvalho de Melo1-0/+2
2019-02-14selftests: fix timestamping MakefileDeepa Dinamani1-3/+0
2019-02-14perf beauty waitid options: Fix up prefix showing logicArnaldo Carvalho de Melo1-1/+1
2019-02-14perf trace: Check if the 'fd' is negative when mapping it to pathnameArnaldo Carvalho de Melo1-0/+3
2019-02-14perf beauty ioctl cmd: The 'fd' arg is signedArnaldo Carvalho de Melo1-1/+1
2019-02-14tools feature: Undef _GNU_SOURCE at the end of feature testsArnaldo Carvalho de Melo3-0/+3
2019-02-14perf utils: Silence "Couldn't synthesize bpf events" warning for EPERMSong Liu1-2/+2
2019-02-14perf vendor events power9: General metricsPaul Clarke1-0/+368
2019-02-14perf vendor events power9: Branch_prediction, instruction_stats, latency, lsu_rejects, memory, prefetch & translation metricsPaul Clarke1-13/+390
2019-02-14perf vendor events power9: Dl1_reloads, instruction_misses, l[23]_stats & pteg_reloads metricsPaul Clarke1-0/+660
2019-02-14perf vendor events power9: Cpi_breakdown & estimated_dcache_miss_cpi metricsPaul Clarke1-0/+577
2019-02-14perf vendor events power8: Translaton & general metricsPaul Clarke1-0/+590
2019-02-14perf vendor events power8: Branch_prediction, latency, bus_stats, instruction_mix & instruction_stats metricsPaul Clarke1-0/+492
2019-02-14perf vendor events power8: Dl1_reload, instruction_misses, l2_stats, lsu_rejects, memory & pteg_reloads metricsPaul Clarke1-0/+702
2019-02-14perf vendor events power8: Cpi_breakdown & estimated_dcache_miss_cpi metricsPaul Clarke1-0/+461
2019-02-14perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter1-0/+5
2019-02-14perf cs-etm: Add proper header file for symbolsMathieu Poirier1-0/+1
2019-02-13selftests: bpf: add test_lwt_ip_encap selftestPeter Oskolkov3-1/+398
2019-02-13bpf: sync <kdir>/include/.../bpf.h with tools/include/.../bpf.hPeter Oskolkov1-2/+24
2019-02-13Merge tag 'tpmdd-next-20190213' of git://git.infradead.org/users/jjs/linux-tpmdd into next-tpmJames Morris6-0/+936
2019-02-13tools/power/cpupower: Display boost frequency separatelyAbhishek Goel3-27/+50
2019-02-13selftests: ir: skip when non-root user runs the testShuah Khan1-0/+5
2019-02-13selftests: ir: skip when lirc device doesn't exist.Shuah Khan1-1/+1
2019-02-13selftests: ir: fix warning: "%s" directive output may be truncated ’ directive output may be truncatedShuah Khan1-1/+3
2019-02-13selftests/seccomp: Actually sleep for 1/10th secondKees Cook1-2/+3
2019-02-13selftests/harness: Update named initializer syntaxKees Cook1-5/+5