aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds115-1402/+3719
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski1-2/+2
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen3-9/+15
2019-02-25perf data: Add perf_data__open_dir_data functionJiri Olsa2-0/+60
2019-02-25perf data: Add perf_data__(create_dir|close_dir) functionsJiri Olsa2-0/+55
2019-02-25perf data: Fail check_backup in case of errorJiri Olsa1-3/+18
2019-02-25perf data: Make check_backup work over directoriesJiri Olsa1-4/+7
2019-02-25perf tools: Add rm_rf_perf_data functionJiri Olsa2-0/+12
2019-02-25perf tools: Add pattern name checking to rm_rfJiri Olsa1-3/+33
2019-02-25perf tools: Add depth checking to rm_rfJiri Olsa1-2/+12
2019-02-22perf data: Add global path holderJiri Olsa3-15/+31
2019-02-22perf data: Move size to struct perf_data_fileJiri Olsa2-3/+3
2019-02-22perf thread-stack: Hide x86 retpolinesAdrian Hunter1-3/+109
2019-02-22perf thread-stack: Improve thread_stack__no_call_return()Adrian Hunter1-3/+46
2019-02-21perf annotate: Fix getting source line failureWei Li1-2/+2
2019-02-20perf tools: Make rm_rf() remove single fileJiri Olsa1-3/+13
2019-02-20perf cpumap: Increase debug level for cpu_map__snprint verbose outputJiri Olsa1-1/+1
2019-02-20perf bpf-event: Add missing new line into pr_debug callJiri Olsa1-1/+1
2019-02-20perf evsel: Force sample_type for slave eventsJiri Olsa1-0/+8
2019-02-20perf session: Don't report zero period samples for slave eventsJiri Olsa1-0/+7
2019-02-19perf bpf: Add bpf_map dumperArnaldo Carvalho de Melo3-0/+95
2019-02-19perf report: Don't shadow inlined symbol with different addr rangeHe Kuang2-3/+9
2019-02-19perf tools: Use sysfs__mountpoint() when reading cpu topologyJiri Olsa1-7/+22
2019-02-19perf tools: Add numa_topology objectJiri Olsa3-93/+160
2019-02-19perf tools: Add cpu_topology objectJiri Olsa4-146/+166
2019-02-19perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa1-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+24
2019-02-14perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'Jiri Olsa1-2/+0
2019-02-14perf header: Get rid of write_it labelJiri Olsa1-4/+2
2019-02-14perf list: Display metric expressions for --details optionJiri Olsa3-3/+10
2019-02-14perf tools: Fix legacy events symbol separator parsingJiri Olsa1-2/+2
2019-02-14perf tools: Rename build libperf to perfJiri Olsa5-144/+144
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 utils: Silence "Couldn't synthesize bpf events" warning for EPERMSong Liu1-2/+2
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-09Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar62-342/+1017
2019-02-09Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-3/+24