aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2018-05-10Merge tag 'v4.15.17' into v4.15/standard/baseBruce Ashfield
2018-04-12perf tools: Fix copyfile_offset update of output offsetJiri Olsa
2018-04-12perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang
2018-04-12perf evsel: Fix swap for samples with raw dataJiri Olsa
2018-04-12perf probe: Add warning message if there is unexpected event nameMasami Hiramatsu
2018-04-12perf probe: Find versioned symbols from mapMasami Hiramatsu
2018-03-26Merge tag 'v4.15.11' into v4.15/standard/baseBruce Ashfield
2018-03-26Merge tag 'v4.15.10' into v4.15/standard/baseBruce Ashfield
2018-03-19perf annotate: Fix objdump comment parsing for Intel mov dissassemblyThomas Richter
2018-03-19perf report: Fix -D output for user metadata eventsArnaldo Carvalho de Melo
2018-03-15perf tools: Fix trigger class trigger_on()Adrian Hunter
2018-02-02perf: x86-32: explicitly include <errno.h>Bruce Ashfield
2018-02-02perf annotate: replace 'expand' with equivalent sed expressionTom Zanussi
2018-02-02perf: add sgidefs.h to for mips buildsTom Zanussi
2018-02-02linux-yocto: Handle /bin/awk issuesRichard Purdie
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-12-15x86/decoder: Fix and update the opcodes mapRandy Dunlap
2017-12-12tools/perf: Convert ACCESS_ONCE() to READ_ONCE()Mark Rutland
2017-12-06tooling/headers: Synchronize updated s390 and x86 UAPI headersIngo Molnar
2017-11-28perf intel-pt: Bring instruction decoder files into line with the kernelAdrian Hunter
2017-11-28perf evlist: Add helper to check if attr.exclude_kernel is set in all evselsArnaldo Carvalho de Melo
2017-11-28perf annotate: Do not truncate instruction names at 6 charsRavi Bangoria
2017-11-28perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo
2017-11-28perf evsel: Fix up leftover perf_evsel_stat usage via evsel->privArnaldo Carvalho de Melo
2017-11-28perf record: Fix -c/-F options for cpu event aliasesAndi Kleen
2017-11-28perf evlist: Set the correct idx when adding dummy eventsArnaldo Carvalho de Melo
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-09perf tools: Fix eBPF event specification parsingJiri Olsa
2017-11-09perf tools: Add "reject" option for parse-events.lJiri Olsa
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-03Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01perf srcline: Show correct function name for srcline of callchainsNamhyung Kim
2017-11-01perf srcline: Fix memory leak in addr2inlines()Namhyung Kim
2017-10-31perf callchain: Fix double mapping al->addr for children without self periodNamhyung Kim
2017-10-30perf stat: Make --per-thread update shadow stats to show metricsJiri Olsa
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa
2017-10-30perf tools: Add perf_data_file__write functionJiri Olsa
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-10-27perf tools: Unwind properly location after REJECTJiri Olsa
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo
2017-10-25perf symbols: Fix memory corruption because of zero length symbolsRavi Bangoria
2017-10-25perf util: Enable handling of inlined frames by defaultMilian Wolff
2017-10-25perf report: Use srcline from callchain for hist entriesMilian Wolff
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff
2017-10-25perf report: Cache failed lookups of inlined framesMilian Wolff
2017-10-25perf report: Properly handle branch count in match_chain()Milian Wolff