summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar-107/+248
2019-03-06perf data: Force perf_data__open|close zero data->file.pathJiri Olsa-2/+2
2019-03-06perf session: Fix double free in perf_data__closeJiri Olsa-3/+1
2019-03-06perf evsel: Probe for precise_ip with simple attrJiri Olsa-13/+20
2019-03-06perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa-0/+15
2019-03-06perf hist: Fix memory leak of srclineJiri Olsa-2/+12
2019-03-06perf hist: Add error path into hist_entry__initJiri Olsa-20/+19
2019-03-06perf thread: Generalize function to copy from thread addr space from intel-bt...Andi Kleen-18/+28
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo-31/+50
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1402/+3719
2019-03-06perf clang: Remove needless extra semicolonYang Wei-1/+1
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter-13/+35
2019-03-01perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter-0/+2
2019-03-01perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter-1/+2
2019-03-01perf time-utils: Refactor time range parsing codeJin Yao-1/+56
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski-2/+2
2019-02-28perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo-3/+6
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen-9/+15
2019-02-25perf data: Add perf_data__open_dir_data functionJiri Olsa-0/+60
2019-02-25perf data: Add perf_data__(create_dir|close_dir) functionsJiri Olsa-0/+55
2019-02-25perf data: Fail check_backup in case of errorJiri Olsa-3/+18
2019-02-25perf data: Make check_backup work over directoriesJiri Olsa-4/+7
2019-02-25perf tools: Add rm_rf_perf_data functionJiri Olsa-0/+12
2019-02-25perf tools: Add pattern name checking to rm_rfJiri Olsa-3/+33
2019-02-25perf tools: Add depth checking to rm_rfJiri Olsa-2/+12
2019-02-22perf data: Add global path holderJiri Olsa-15/+31
2019-02-22perf data: Move size to struct perf_data_fileJiri Olsa-3/+3
2019-02-22perf thread-stack: Hide x86 retpolinesAdrian Hunter-3/+109
2019-02-22perf thread-stack: Improve thread_stack__no_call_return()Adrian Hunter-3/+46
2019-02-21perf annotate: Fix getting source line failureWei Li-2/+2
2019-02-20perf tools: Make rm_rf() remove single fileJiri Olsa-3/+13
2019-02-20perf cpumap: Increase debug level for cpu_map__snprint verbose outputJiri Olsa-1/+1
2019-02-20perf bpf-event: Add missing new line into pr_debug callJiri Olsa-1/+1
2019-02-20perf evsel: Force sample_type for slave eventsJiri Olsa-0/+8
2019-02-20perf session: Don't report zero period samples for slave eventsJiri Olsa-0/+7
2019-02-19perf bpf: Add bpf_map dumperArnaldo Carvalho de Melo-0/+95
2019-02-19perf report: Don't shadow inlined symbol with different addr rangeHe Kuang-3/+9
2019-02-19perf tools: Use sysfs__mountpoint() when reading cpu topologyJiri Olsa-7/+22
2019-02-19perf tools: Add numa_topology objectJiri Olsa-93/+160
2019-02-19perf tools: Add cpu_topology objectJiri Olsa-146/+166
2019-02-19perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+24
2019-02-14perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'Jiri Olsa-2/+0
2019-02-14perf header: Get rid of write_it labelJiri Olsa-4/+2
2019-02-14perf list: Display metric expressions for --details optionJiri Olsa-3/+10
2019-02-14perf tools: Fix legacy events symbol separator parsingJiri Olsa-2/+2
2019-02-14perf tools: Rename build libperf to perfJiri Olsa-144/+144
2019-02-14perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier-12/+29
2019-02-14perf cs-etm: Modularize main packet processing loopMathieu Poirier-57/+72
2019-02-14perf cs-etm: Modularize main decoder functionMathieu Poirier-12/+29