summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Avoid calling freeing routine multiple times for same pointerArnaldo Carvalho de Melo2019-08-161-0/+10
* perf tools: Fix proper buffer size for feature processingJiri Olsa2019-08-161-1/+1
* perf record: Fix module size on s390Thomas Richter2019-08-163-3/+16
* perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-161-1/+11
* perf annotate: Fix s390 gap between kernel end and module startThomas Richter2019-08-163-1/+24
* perf version: Fix segfault due to missing OPT_END()Ravi Bangoria2019-08-061-0/+1
* perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan2019-07-311-4/+11
* perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan2019-07-311-4/+2Star
* perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-311-0/+3
* perf top: Fix potential NULL pointer dereference detected by the smatch toolLeo Yan2019-07-311-2/+6
* perf stat: Fix use-after-freed pointer detected by the smatch toolLeo Yan2019-07-311-1/+1
* perf test mmap-thread-lookup: Initialize variable to suppress memory sanitize...Numfor Mbiziwo-Tiapo2019-07-311-1/+1
* perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64Seeteena Thoufeek2019-07-261-1/+1
* perf stat: Fix group lookup for metric groupAndi Kleen2019-07-261-12/+35
* perf stat: Make metric event lookup more robustAndi Kleen2019-07-261-2/+3
* perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-07-262-2/+2
* perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo2019-07-261-1/+7
* perf report: Fix OOM error in TUI mode on s390Thomas Richter2019-07-261-3/+2Star
* perf test 6: Fix missing kvm module load for s390Thomas Richter2019-07-261-0/+27
* perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier2019-07-261-4/+123
* perf jvmti: Address gcc string overflow warning for strncpy()Jiri Olsa2019-07-261-2/+2
* perf annotate TUI browser: Do not use member from variable within its own ini...Arnaldo Carvalho de Melo2019-07-261-2/+3
* perf pmu: Fix uncore PMU alias list for ARM64John Garry2019-07-141-16/+12Star
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-07-031-1/+1
* perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo2019-07-031-1/+1
* perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo2019-07-031-1/+1
* perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter2019-06-221-3/+6
* perf namespace: Protect reading thread's namespaceNamhyung Kim2019-06-221-2/+13
* perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden2019-06-221-1/+1
* perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo2019-05-251-0/+4
* perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter2019-05-251-1/+4
* perf intel-pt: Fix improved sample timestampAdrian Hunter2019-05-251-3/+10
* perf intel-pt: Fix instructions sampling rateAdrian Hunter2019-05-251-3/+10
* perf machine: Update kernel map address and re-order properlyWei Li2019-05-041-12/+20
* tools include: Adopt linux/bits.hArnaldo Carvalho de Melo2019-04-271-0/+1
* perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du2019-04-201-0/+1
* perf tests: Fix memory leak by expr__find_other() in test__expr()Changbin Du2019-04-201-1/+4
* perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_o...Changbin Du2019-04-201-1/+3
* perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo2019-04-201-0/+1
* perf hist: Add missing map__put() in error caseChangbin Du2019-04-201-1/+3
* perf top: Fix error handling in cmd_top()Changbin Du2019-04-201-2/+3
* perf build-id: Fix memory leak in print_sdt_events()Changbin Du2019-04-202-0/+2
* perf config: Fix a memory leak in collect_config()Changbin Du2019-04-201-2/+1Star
* perf config: Fix an error in the config template documentationChangbin Du2019-04-201-1/+1
* perf list: Don't forget to drop the reference to the allocated thread_mapChangbin Du2019-04-201-0/+1
* perf script python: Add trace_context extension module to sys.modulesTony Jones2019-04-051-3/+9
* perf script python: Use PyBytes for attr in trace-event-pythonTony Jones2019-04-051-2/+1Star
* perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter2019-04-051-0/+5
* perf report: Don't shadow inlined symbol with different addr rangeHe Kuang2019-04-052-3/+9
* perf test: Fix failure of 'evsel-tp-sched' test on s390Thomas Richter2019-04-051-3/+3