summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * perf list: Display metric expressions for --details optionJiri Olsa2019-02-143-3/+10
| * perf tools: Fix legacy events symbol separator parsingJiri Olsa2019-02-141-2/+2
| * perf tools: Rename build libperf to perfJiri Olsa2019-02-145-144/+144
| * 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