summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2019-03-19perf build-id: Fix memory leak in print_sdt_events()Changbin Du2-0/+2
2019-03-19perf config: Fix a memory leak in collect_config()Changbin Du1-2/+1
2019-03-19perf list: Don't forget to drop the reference to the allocated thread_mapChangbin Du1-0/+1
2019-03-19perf stat: Improve scalingAndi Kleen1-1/+1
2019-03-19perf stat: Fix --no-scaleAndi Kleen2-10/+5
2019-03-19perf report: Indicate JITed code better in reportAndi Kleen1-18/+24
2019-03-19perf report: Show all sort keys in help outputAndi Kleen2-0/+54
2019-03-19perf record: Allow to limit number of reported perf.data filesAndi Kleen2-7/+6
2019-03-11perf report: Implement browsing of individual samplesAndi Kleen5-0/+71
2019-03-11perf report: Support builtin perf script in scripts menuAndi Kleen1-2/+6
2019-03-11perf report: Support time sort keyAndi Kleen4-0/+53
2019-03-11perf session: Add process callback to reader objectJiri Olsa1-4/+19
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa4-3/+57
2019-03-11perf data: Make perf_data__size() work over directoryJiri Olsa2-5/+18
2019-03-11perf data: Add perf_data__update_dir() functionJiri Olsa2-0/+21
2019-03-11perf data: Support having perf.data stored as a directoryJiri Olsa3-1/+58
2019-03-11perf probe: Fix getting the kernel mapAdrian Hunter1-2/+4
2019-03-11perf report: Parse time quantumAndi Kleen2-0/+3
2019-03-11perf time-utils: Add utility function to print time stamps in nanosecondsAndi Kleen2-0/+9
2019-03-11perf report: Support output in nanosecondsAndi Kleen2-0/+2
2019-03-11perf script: Support insn output for normal samplesAndi Kleen1-0/+12
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar23-107/+248
2019-03-07perf data: Force perf_data__open|close zero data->file.pathJiri Olsa1-2/+2
2019-03-07perf session: Fix double free in perf_data__closeJiri Olsa1-3/+1
2019-03-07perf evsel: Probe for precise_ip with simple attrJiri Olsa2-13/+20
2019-03-07perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa2-0/+15
2019-03-07perf hist: Fix memory leak of srclineJiri Olsa1-2/+12
2019-03-07perf hist: Add error path into hist_entry__initJiri Olsa1-20/+19
2019-03-06perf thread: Generalize function to copy from thread addr space from intel-bt...Andi Kleen3-18/+28
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo2-31/+50
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds115-1402/+3719
2019-03-06perf clang: Remove needless extra semicolonYang Wei1-1/+1
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter5-13/+35
2019-03-01perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter1-0/+2
2019-03-01perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter1-1/+2
2019-03-01perf time-utils: Refactor time range parsing codeJin Yao2-1/+56
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski1-2/+2
2019-02-28perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo1-3/+6
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