summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* perf data: Make perf_data__size() work over directoryJiri Olsa2019-03-112-5/+18
* perf data: Add perf_data__update_dir() functionJiri Olsa2019-03-112-0/+21
* perf data: Support having perf.data stored as a directoryJiri Olsa2019-03-113-1/+58
* perf probe: Fix getting the kernel mapAdrian Hunter2019-03-111-2/+4
* perf report: Parse time quantumAndi Kleen2019-03-112-0/+3
* perf time-utils: Add utility function to print time stamps in nanosecondsAndi Kleen2019-03-112-0/+9
* perf report: Support output in nanosecondsAndi Kleen2019-03-112-0/+2
* perf script: Support insn output for normal samplesAndi Kleen2019-03-111-0/+12
* Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-03-0923-107/+248
|\
| * perf data: Force perf_data__open|close zero data->file.pathJiri Olsa2019-03-061-2/+2
| * perf session: Fix double free in perf_data__closeJiri Olsa2019-03-061-3/+1
| * perf evsel: Probe for precise_ip with simple attrJiri Olsa2019-03-062-13/+20
| * perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa2019-03-062-0/+15
| * perf hist: Fix memory leak of srclineJiri Olsa2019-03-061-2/+12
| * perf hist: Add error path into hist_entry__initJiri Olsa2019-03-061-20/+19
| * perf thread: Generalize function to copy from thread addr space from intel-bt...Andi Kleen2019-03-063-18/+28
| * perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo2019-03-062-31/+50
| * perf clang: Remove needless extra semicolonYang Wei2019-03-061-1/+1
| * perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter2019-03-015-13/+35
| * perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter2019-03-011-0/+2
| * perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter2019-03-011-1/+2
| * perf time-utils: Refactor time range parsing codeJin Yao2019-03-012-1/+56
| * perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo2019-02-281-3/+6
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-06115-1402/+3719
|\|
| * perf tools: Add perf_exe() helper to find perf binaryAndi Kleen2019-02-253-9/+15
| * perf data: Add perf_data__open_dir_data functionJiri Olsa2019-02-252-0/+60
| * perf data: Add perf_data__(create_dir|close_dir) functionsJiri Olsa2019-02-252-0/+55
| * perf data: Fail check_backup in case of errorJiri Olsa2019-02-251-3/+18
| * perf data: Make check_backup work over directoriesJiri Olsa2019-02-251-4/+7
| * perf tools: Add rm_rf_perf_data functionJiri Olsa2019-02-252-0/+12
| * perf tools: Add pattern name checking to rm_rfJiri Olsa2019-02-251-3/+33
| * perf tools: Add depth checking to rm_rfJiri Olsa2019-02-251-2/+12
| * perf data: Add global path holderJiri Olsa2019-02-223-15/+31
| * perf data: Move size to struct perf_data_fileJiri Olsa2019-02-222-3/+3
| * perf thread-stack: Hide x86 retpolinesAdrian Hunter2019-02-221-3/+109
| * perf thread-stack: Improve thread_stack__no_call_return()Adrian Hunter2019-02-221-3/+46
| * perf annotate: Fix getting source line failureWei Li2019-02-211-2/+2
| * perf tools: Make rm_rf() remove single fileJiri Olsa2019-02-201-3/+13
| * perf cpumap: Increase debug level for cpu_map__snprint verbose outputJiri Olsa2019-02-201-1/+1
| * perf bpf-event: Add missing new line into pr_debug callJiri Olsa2019-02-201-1/+1
| * perf evsel: Force sample_type for slave eventsJiri Olsa2019-02-201-0/+8
| * perf session: Don't report zero period samples for slave eventsJiri Olsa2019-02-201-0/+7
| * perf bpf: Add bpf_map dumperArnaldo Carvalho de Melo2019-02-193-0/+95
| * perf report: Don't shadow inlined symbol with different addr rangeHe Kuang2019-02-192-3/+9
| * perf tools: Use sysfs__mountpoint() when reading cpu topologyJiri Olsa2019-02-191-7/+22
| * perf tools: Add numa_topology objectJiri Olsa2019-02-193-93/+160
| * perf tools: Add cpu_topology objectJiri Olsa2019-02-194-146/+166
| * perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa2019-02-191-1/+1
| * 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