summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* perf trace: Support multiple "vfs_getname" probesArnaldo Carvalho de Melo2019-03-131-7/+18
* perf symbols: Filter out hidden symbols from labelsJiri Olsa2019-03-131-1/+8
* perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian2019-03-131-2/+9
* perf test shell: Use a fallback to get the pathname in vfs_getnameArnaldo Carvalho de Melo2019-02-201-1/+2
* perf tests attr: Make hw events optionalJiri Olsa2019-02-157-0/+41
* perf tests attr: Fix group stat testsJiri Olsa2019-02-152-0/+4
* perf tests attr: Fix task term valuesJiri Olsa2019-02-154-2/+4
* perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva2019-02-121-1/+1
* perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf test: Fix perf_event_attr test failureAdrian Hunter2019-02-121-1/+1
* perf tools: Add Hygon Dhyana supportPu Wen2019-02-121-1/+1
* perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff2019-01-311-2/+2
* perf unwind: Unwind with libdw doesn't take symfs into accountMartin Vuille2019-01-311-1/+1
* perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf intel-pt: Fix error with config term "pt=0"Adrian Hunter2019-01-261-0/+11
* tools: fix cross-compile var clobberingMartin Kelly2019-01-131-6/+0
* perf pmu: Suppress potential format-truncation warningBen Hutchings2019-01-091-4/+4
* perf record: Synthesize features before events in pipe modeJiri Olsa2018-12-291-7/+11
* perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2018-12-172-2/+16
* perf test code-reading: Fix perf_env setup for PTI entry trampolinesAdrian Hunter2018-11-271-0/+1
* perf machine: Workaround missing maps for x86 PTI entry trampolinesAdrian Hunter2018-11-273-5/+106
* perf machine: Add nr_cpus_avail()Adrian Hunter2018-11-274-0/+20
* perf tools: Fix kernel_start for PTI on x86Adrian Hunter2018-11-271-1/+6
* perf machine: Add machine__is() to identify machine archAdrian Hunter2018-11-274-0/+33
* perf tools: Fix undefined symbol scnprintf in libperf-jvmti.soGustavo Romero2018-11-271-11/+38
* perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller2018-11-271-1/+11
* perf strbuf: Match va_{add,copy} with va_endSanskriti Sharma2018-11-131-2/+8
* perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma2018-11-131-0/+2
* perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma2018-11-131-1/+4
* perf cpu_map: Align cpu map synthesized events properly.David Miller2018-11-131-0/+1
* perf tools: Fix use of alternatives to find JDIRJarod Wilson2018-11-131-1/+1
* perf vendor events intel: Fix wrong filter_band* values for uncore eventsJiri Olsa2018-11-132-16/+16
* Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa2018-11-131-6/+7
* perf tools: Disable parallelism for 'make clean'Rasmus Villemoes2018-11-041-2/+2
* perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo2018-11-041-1/+1
* perf tests: Fix indexing when invoking subtestsSandipan Das2018-11-041-2/+2
* perf tools: Fix snprint warnings for gcc 8Jiri Olsa2018-10-187-19/+19
* perf script python: Fix export-to-sqlite.py sample columnsAdrian Hunter2018-10-181-1/+5
* perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter2018-10-181-0/+9
* perf utils: Move is_directory() to path.hJiri Olsa2018-10-133-13/+18
* perf tools: Fix python extension build for gcc 8Jiri Olsa2018-10-131-0/+2
* perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo2018-10-131-5/+12
* perf probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das2018-10-101-1/+3
* perf util: Fix bad memory access in trace info.Chris Phlipot2018-10-101-1/+1
* perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe2018-10-101-2/+3
* perf powerpc: Fix callchain ip filteringSandipan Das2018-09-261-1/+1
* perf powerpc: Fix callchain ip filtering when return address is in a registerSandipan Das2018-09-261-2/+6
* perf tools: Fix struct comm_str removal crashJiri Olsa2018-09-261-5/+11