summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'Jiri Olsa2019-02-141-2/+0
* perf header: Get rid of write_it labelJiri Olsa2019-02-141-4/+2
* perf list: Display metric expressions for --details optionJiri Olsa2019-02-144-7/+14
* perf tools: Fix legacy events symbol separator parsingJiri Olsa2019-02-142-2/+32
* perf tools: Rename build libperf to perfJiri Olsa2019-02-1436-260/+260
* perf tools: Rename LIB_FILE to LIBPERF_AJiri Olsa2019-02-141-3/+3
* perf tools: Compile perf with libperf-in.o instead of libperf.aJiri Olsa2019-02-141-8/+8
* perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier2019-02-141-12/+29
* perf cs-etm: Modularize main packet processing loopMathieu Poirier2019-02-141-57/+72
* perf cs-etm: Modularize main decoder functionMathieu Poirier2019-02-141-12/+29
* perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier2019-02-142-33/+26
* perf cs-etm: Rethink kernel address initialisationMathieu Poirier2019-02-141-4/+3
* perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier2019-02-141-21/+16
* perf cs-etm: Fix erroneous commentMathieu Poirier2019-02-141-1/+1
* perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier2019-02-142-58/+58
* perf cs-etm: Fix memory leak in error pathMathieu Poirier2019-02-141-7/+13
* perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier2019-02-142-14/+30
* perf cs-etm: Fix wrong return values in error pathMathieu Poirier2019-02-141-2/+2
* perf cs-etm: Remove unused structure field "time" and "timestamp"Mathieu Poirier2019-02-141-8/+4
* perf cs-etm: Remove unused structure field "state"Mathieu Poirier2019-02-141-1/+0
* perf build: Add missing FEATURE_CHECK_LDFLAGS-libcryptoArnaldo Carvalho de Melo2019-02-141-0/+2
* perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASICArnaldo Carvalho de Melo2019-02-141-0/+7
* perf coresight: Do not test for libopencsd by defaultArnaldo Carvalho de Melo2019-02-142-2/+3
* perf trace: Filter out gnome-terminal* parentArnaldo Carvalho de Melo2019-02-141-1/+2
* tools build: Add -lrt to FEATURE_CHECK_LDFLAGS-libaioArnaldo Carvalho de Melo2019-02-141-0/+2
* perf beauty waitid options: Fix up prefix showing logicArnaldo Carvalho de Melo2019-02-141-1/+1
* perf trace: Check if the 'fd' is negative when mapping it to pathnameArnaldo Carvalho de Melo2019-02-141-0/+3
* perf beauty ioctl cmd: The 'fd' arg is signedArnaldo Carvalho de Melo2019-02-141-1/+1
* perf utils: Silence "Couldn't synthesize bpf events" warning for EPERMSong Liu2019-02-141-2/+2
* perf vendor events power9: General metricsPaul Clarke2019-02-141-0/+368
* perf vendor events power9: Branch_prediction, instruction_stats, latency, lsu...Paul Clarke2019-02-141-13/+390
* perf vendor events power9: Dl1_reloads, instruction_misses, l[23]_stats & pte...Paul Clarke2019-02-141-0/+660
* perf vendor events power9: Cpi_breakdown & estimated_dcache_miss_cpi metricsPaul Clarke2019-02-141-0/+577
* perf vendor events power8: Translaton & general metricsPaul Clarke2019-02-141-0/+590
* perf vendor events power8: Branch_prediction, latency, bus_stats, instruction...Paul Clarke2019-02-141-0/+492
* perf vendor events power8: Dl1_reload, instruction_misses, l2_stats, lsu_reje...Paul Clarke2019-02-141-0/+702
* perf vendor events power8: Cpi_breakdown & estimated_dcache_miss_cpi metricsPaul Clarke2019-02-141-0/+461
* perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter2019-02-141-0/+5
* perf cs-etm: Add proper header file for symbolsMathieu Poirier2019-02-141-0/+1
* perf record: Implement --affinity=node|cpu optionAlexey Budankov2019-02-112-0/+23
* Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-09107-443/+1216
|\
| * perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter2019-02-067-16/+48
| * perf intel-pt: Packet splitting can happen only on 32-bitAdrian Hunter2019-02-061-1/+1
| * perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter2019-02-061-1/+0
| * perf intel-pt: Fix overlap calculation for paddingAdrian Hunter2019-02-061-2/+34
| * perf auxtrace: Define auxtrace record alignmentAdrian Hunter2019-02-062-2/+5
| * perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter2019-02-064-4/+33
| * perf thread-stack: Tidy thread_stack__no_call_return() by adding more local v...Adrian Hunter2019-02-061-18/+17
| * perf thread-stack: Tidy thread_stack__push_cp() usageAdrian Hunter2019-02-061-10/+3
| * perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter2019-02-061-0/+2