summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2019-12-05perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2-4/+13
2019-11-12perf map: Use zalloc for map_groupsJohn Keeping1-1/+1
2019-11-12perf tools: Fix time sortingJiri Olsa1-1/+1
2019-11-10perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye2-3/+7
2019-11-06perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva1-1/+1
2019-11-06perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2-4/+17
2019-11-06perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo1-2/+2
2019-11-06perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2-0/+8
2019-11-06perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo1-1/+1
2019-11-06perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo1-1/+1
2019-11-06perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo1-1/+1
2019-11-06perf map: Fix overlapped map handlingSteve MacLean1-0/+3
2019-10-17perf inject jit: Fix JIT_CODE_MOVE filenameSteve MacLean1-3/+3
2019-10-17perf llvm: Don't access out-of-scope arrayIan Rogers1-3/+3
2019-10-11perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju2-0/+18
2019-10-11perf probe: Fix to clear tev->nargs in clear_probe_trace_event()Masami Hiramatsu1-0/+1
2019-10-11perf tools: Fix segfault in cpu_cache_level__read()Jiri Olsa1-1/+1
2019-10-05perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) workArnaldo Carvalho de Melo1-0/+9
2019-10-05perf report: Fix --ns time sort key outputAndi Kleen1-1/+4
2019-10-05libperf: Fix alignment trap with xyarray contents in 'perf stat'Gerald BAEZA1-1/+2
2019-10-05perf record: Support aarch64 random socket_id assignmentTan Xiaojun1-1/+3
2019-10-05perf unwind: Fix libunwind when tid != pidJohn Keeping7-47/+48
2019-08-08perf annotate: Fix s390 gap between kernel end and module startThomas Richter2-1/+7
2019-08-08perf record: Fix module size on s390Thomas Richter2-2/+3
2019-08-08perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe1-1/+4
2019-08-08perf db-export: Fix thread__exec_comm()Adrian Hunter1-1/+11
2019-08-08perf annotate: Fix printing of unaugmented disassembled instructions from BPFArnaldo Carvalho de Melo1-1/+1
2019-07-29perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo1-1/+1
2019-07-29perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver1-0/+7
2019-07-24Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/sc...Ingo Molnar7-12/+23
2019-07-23perf probe: Set pev->nargs to zero after freeing pev->args entriesArnaldo Carvalho de Melo1-0/+1
2019-07-23perf session: Fix loading of compressed data split across adjacent recordsAlexey Budankov3-10/+17
2019-07-23perf stat: Always separate stalled cycles per insnCong Wang1-1/+2
2019-07-23perf stat: Fix segfault for event group in repeat modeJiri Olsa1-0/+2
2019-07-23perf tools: Fix proper buffer size for feature processingJiri Olsa1-1/+1
2019-07-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-118/+296
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds5-7/+33
2019-07-11perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()YueHaibing1-3/+7
2019-07-11perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_infoYueHaibing1-1/+1
2019-07-10perf db-export: Export switch eventsAdrian Hunter3-0/+138
2019-07-10perf db-export: Factor out db_export__threads()Adrian Hunter1-34/+48
2019-07-10perf script: Add scripting operation process_switch()Adrian Hunter1-0/+3
2019-07-10perf db-export: Also export thread's current commAdrian Hunter1-0/+8
2019-07-10perf db-export: Factor out db_export__comm()Adrian Hunter2-7/+25
2019-07-10perf db-export: Export comm detailsAdrian Hunter3-4/+9
2019-07-10perf db-export: Fix a white space issue in db_export__sample()Adrian Hunter1-1/+1
2019-07-10perf db-export: Move export__comm_thread into db_export__sample()Adrian Hunter2-16/+22
2019-07-10perf db-export: Export comm before exporting threadAdrian Hunter1-7/+6
2019-07-10perf db-export: Export main_thread in db_export__sample()Adrian Hunter1-12/+18
2019-07-10perf db-export: Pass main_thread to db_export__thread()Adrian Hunter2-22/+10