summaryrefslogtreecommitdiff
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-151-2/+11
|\
| * x86/decoder: Fix and update the opcodes mapRandy Dunlap2017-12-151-3/+12
* | tools/perf: Convert ACCESS_ONCE() to READ_ONCE()Mark Rutland2017-12-121-1/+1
* | tooling/headers: Synchronize updated s390 and x86 UAPI headersIngo Molnar2017-12-061-1/+1
* | perf intel-pt: Bring instruction decoder files into line with the kernelAdrian Hunter2017-11-281-0/+10
* | perf evlist: Add helper to check if attr.exclude_kernel is set in all evselsArnaldo Carvalho de Melo2017-11-282-0/+14
* | perf annotate: Do not truncate instruction names at 6 charsRavi Bangoria2017-11-281-9/+9
* | perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo2017-11-281-0/+3
* | perf evsel: Fix up leftover perf_evsel_stat usage via evsel->privArnaldo Carvalho de Melo2017-11-281-1/+1
* | perf record: Fix -c/-F options for cpu event aliasesAndi Kleen2017-11-285-4/+19
* | perf evlist: Set the correct idx when adding dummy eventsArnaldo Carvalho de Melo2017-11-281-1/+1
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-1368-917/+2240
|\
| * Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-07180-3/+195
| |\
| * | perf srcline: Show correct function name for srcline of callchainsNamhyung Kim2017-11-011-40/+55
| * | perf srcline: Fix memory leak in addr2inlines()Namhyung Kim2017-11-011-5/+2
| * | perf callchain: Fix double mapping al->addr for children without self periodNamhyung Kim2017-10-311-4/+1
| * | perf stat: Make --per-thread update shadow stats to show metricsJiri Olsa2017-10-301-0/+2
| * | perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa2017-10-303-28/+28
| * | perf tools: Add perf_data_file__write functionJiri Olsa2017-10-302-1/+9
| * | perf tools: Add struct perf_data_fileJiri Olsa2017-10-304-32/+36
| * | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-3011-113/+113
| * | perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo2017-10-272-8/+11
| * | perf util: Enable handling of inlined frames by defaultMilian Wolff2017-10-251-0/+1
| * | perf report: Use srcline from callchain for hist entriesMilian Wolff2017-10-254-0/+5
| * | perf report: Cache srclines for callchain nodesMilian Wolff2017-10-255-3/+90
| * | perf report: Cache failed lookups of inlined framesMilian Wolff2017-10-252-23/+8
| * | perf report: Properly handle branch count in match_chain()Milian Wolff2017-10-251-62/+78
| * | perf report: Compare symbol name for inlined frames when sortingMilian Wolff2017-10-241-0/+3
| * | perf callchain: Compare symbol name for inlined frames when matchingMilian Wolff2017-10-241-0/+8
| * | perf script: Mark inlined frames and do not print DSO for themMilian Wolff2017-10-241-1/+4
| * | perf callchain: Mark inlined frames in output by " (inlined)" suffixMilian Wolff2017-10-242-3/+10
| * | perf report: Fall-back to function name comparison for -g srclineMilian Wolff2017-10-241-8/+12
| * | perf callchain: Create real callchain entries for inlined framesMilian Wolff2017-10-245-0/+103
| * | perf callchain: Refactor inline_list to store srcline string directlyMilian Wolff2017-10-242-16/+41
| * | perf callchain: Refactor inline_list to operate on symbolsMilian Wolff2017-10-243-32/+69
| * | perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff2017-10-243-26/+29
| * | perf report: Remove code to handle inline frames from browsersMilian Wolff2017-10-243-38/+0
| * | perf namespaces: Add more appropriate set of headersArnaldo Carvalho de Melo2017-10-231-2/+3
| * | perf tools: Introduce binary__fprintf()Arnaldo Carvalho de Melo2017-10-233-33/+46
| * | perf annotate: Remove arch::cpuid_parse callbackJiri Olsa2017-10-231-7/+3
| * | perf mmap: Adopt push method from builtin-record.cArnaldo Carvalho de Melo2017-10-232-0/+103
| * | perf mmap: Move perf_mmap and methods to separate mmap.[ch] filesArnaldo Carvalho de Melo2017-10-236-323/+349
| * | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-207-24/+71
| |\ \
| * | | perf top: Add option to set the number of thread for event synthesizeKan Liang2017-10-032-1/+5
| * | | perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang2017-10-034-37/+143
| * | | perf tools: Lock to protect comm_str rb treeKan Liang2017-10-031-1/+17
| * | | perf tools: Lock to protect namespaces and comm listKan Liang2017-10-032-5/+51
| * | | Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixesArnaldo Carvalho de Melo2017-10-025-26/+29
| |\ \ \
| * | | | perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo2017-09-2116-57/+128
| * | | | perf stat: Fix adding multiple event groupsAndi Kleen2017-09-211-3/+4