summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2019-02-06perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff1-2/+2
2019-02-06perf unwind: Unwind with libdw doesn't take symfs into accountMartin Vuille1-1/+1
2019-01-26perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-01-26perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
2018-11-22perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma1-0/+2
2018-11-22perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma1-1/+4
2018-11-10perf bench numa: Fix to show proper convergence statsSrikar Dronamraju1-0/+4
2018-11-10perf tools: Fix segfault for symbol annotation on TUINamhyung Kim1-7/+1
2018-11-10perf machine: Fix __machine__findnew_thread() error pathNamhyung Kim1-1/+3
2018-05-16perf session: Fix undeclared 'oe'Murilo Opsfelder Araujo1-0/+1
2018-04-13perf report: Ensure the perf DSO mapping matches what libdw seesMilian Wolff1-0/+8
2018-03-22perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros1-3/+13
2018-03-22perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros2-1/+3
2018-03-22perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian1-2/+2
2017-12-20perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann1-1/+1
2016-07-12perf tools: handle spaces in file names obtained from /proc/pid/mapsMarcin Ĺšlusarz1-1/+1
2016-04-18perf tools: Dont stop PMU parsing on alias parse errorAndi Kleen1-7/+8
2015-10-28perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo1-2/+2
2015-10-28perf report: Add support for srcfile sort keyArnaldo Carvalho de Melo1-0/+3
2015-10-28perf tools: Fix copying of /proc/kcoreAdrian Hunter1-22/+13
2015-05-18perf tools: Work around lack of sched_getcpu in glibc < 2.6.Vinson Lee2-0/+12
2015-05-18perf symbols: Define STT_GNU_IFUNC for glibc 2.9 and older.Vinson Lee1-0/+4
2015-03-07perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flagAdrian Hunter1-3/+15
2015-01-16perf session: Do not fail on processing out of order eventJiri Olsa2-6/+6
2014-10-29perf tools: Fix report -F dso_from for data without branch infoJiri Olsa1-2/+8
2014-10-29perf tools: Fix report -F dso_to for data without branch infoJiri Olsa1-2/+8
2014-10-29perf tools: Fix report -F symbol_from for data without branch infoJiri Olsa1-3/+13
2014-10-29perf tools: Fix report -F symbol_to for data without branch infoJiri Olsa1-5/+14
2014-10-29perf tools: Fix report -F mispredict for data without branch infoJiri Olsa1-8/+12
2014-10-29perf tools: Fix report -F in_tx for data without branch infoJiri Olsa1-3/+10
2014-10-29perf tools: Fix report -F abort for data without branch infoJiri Olsa1-3/+11
2014-10-29perf tools: Make CPUINFO_PROC an array to support different kernel versionsWang Nan1-6/+21
2014-10-29perf callchain: Use global caching provided by libunwindNamhyung Kim3-0/+18
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo2-1/+3
2014-10-17perf evlist: Add missing 'struct option' forward declarationArnaldo Carvalho de Melo1-0/+2
2014-10-17perf evsel: Move exit stuff from __delete to __exitArnaldo Carvalho de Melo1-5/+5
2014-10-16perf session: Add option to copy events when queueingAlexander Yarygin3-8/+56
2014-10-16perf callchain: Create an address space per threadNamhyung Kim3-5/+55
2014-10-15perf evlist: Fix for double free in tools/perf statYasser Shalabi1-0/+1
2014-10-15perf tools: Add support to new style format of kernel PMU eventKan Liang2-1/+69
2014-10-15perf tools: Parse the pmu event prefix and suffixKan Liang4-10/+141
2014-10-15Revert "perf tools: Default to cpu// for events v5"Kan Liang3-54/+1
2014-10-15Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar19-119/+254
2014-10-15perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo3-8/+8
2014-10-15perf symbols: Fix map->end fixupArnaldo Carvalho de Melo1-1/+1
2014-10-15perf tools: Fixup off-by-one comparision in maps__findNamhyung Kim1-1/+1
2014-10-15perf tools: fix off-by-one error in mapsStephane Eranian1-3/+3
2014-10-15perf machine: Add missing dsos->root rbtree root initializationArnaldo Carvalho de Melo1-2/+8
2014-10-15perf evsel: Make some exit routines staticArnaldo Carvalho de Melo2-6/+3
2014-10-15perf evsel: Add missing 'target' struct forward declarationArnaldo Carvalho de Melo1-0/+1