aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2016-04-13Merge tag 'perf-core-for-mingo-20160408' of git://git.kernel.org/pub/scm/linu...Ingo Molnar11-38/+229
2016-04-13Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar1-3/+3
2016-04-08perf symbols: Adjust symbol for shared objectsWang Nan1-10/+3
2016-04-08perf symbols: Record text offset in dso to calculate objdump addressWang Nan1-0/+14
2016-04-08perf tools: Build syscall table .c header from kernel's syscall_64.tblArnaldo Carvalho de Melo2-0/+10
2016-04-08perf tools: Allow generating per-arch syscall table arraysArnaldo Carvalho de Melo2-2/+91
2016-04-08perf trace: Move syscall table id <-> name routines to separate classArnaldo Carvalho de Melo3-0/+60
2016-04-08perf tools: Add dedicated unwind addr_space member into thread structJiri Olsa2-16/+15
2016-04-07perf tools: Introduce trim functionJiri Olsa1-0/+5
2016-04-06perf script perl: Do error checking on new backtrace routineArnaldo Carvalho de Melo1-9/+21
2016-04-06perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo1-0/+9
2016-04-06perf config: Fix build with older toolchain.Vinson Lee1-3/+3
2016-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-21/+32
2016-04-01perf bpf: Add sample types for 'bpf-output' eventWang Nan1-1/+2
2016-04-01perf tools: Fix PMU term format max value calculationKan Liang1-7/+6
2016-04-01perf jit: Add support for using TSC as a timestampAdrian Hunter4-8/+46
2016-03-31perf tools: Add time conversion eventAdrian Hunter6-0/+28
2016-03-31Merge tag 'perf-core-for-mingo-20160330' of git://git.kernel.org/pub/scm/linu...Ingo Molnar8-49/+165
2016-03-30perf jit: genelf makes assumptions about endianAnton Blanchard1-14/+10
2016-03-30perf tools: Add support for skipping itrace instructionsAndi Kleen4-2/+34
2016-03-30perf script perl: Perl scripts now get a backtrace, like the python onesDima Kogan1-8/+106
2016-03-30perf config: Rename 'v' to 'home' in set_buildid_dir()Taeung Song1-3/+4
2016-03-30perf config: Rework buildid_dir_command_config to perf_buildid_configTaeung Song1-32/+18
2016-03-30perf tools: Make hists__collapse_insert_entry staticJiri Olsa2-4/+3
2016-03-29perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo4-7/+22
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds46-364/+235
2016-03-23perf llvm: Use strerror_r instead of the thread unsafe strerror oneArnaldo Carvalho de Melo1-3/+4
2016-03-23perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo4-44/+12
2016-03-23perf tools: Unexport some methods unused outside strbuf.cArnaldo Carvalho de Melo2-7/+9
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo3-10/+10
2016-03-23perf tools: Remove unused perf_pathdup, xstrdup functionsArnaldo Carvalho de Melo4-46/+0
2016-03-23perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo1-2/+0
2016-03-23perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo16-171/+153
2016-03-23perf tools: Simplify die() mechanismArnaldo Carvalho de Melo2-8/+1
2016-03-23perf tools: Remove unused DIE_IF macroArnaldo Carvalho de Melo1-7/+0
2016-03-23perf thread: Rename perf_event__preprocess_sample_addr to thread__resolveArnaldo Carvalho de Melo3-9/+5
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2-8/+4
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo6-22/+17
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo11-21/+18
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2016-03-18perf symbols: Record text offset in dso to calculate objdump addressWang Nan2-6/+7
2016-03-11perf test: Remove 'core_id' check in topo testSukadev Bhattiprolu1-5/+0
2016-03-10perf tools: Add sort__has_comm variableNamhyung Kim2-0/+4
2016-03-10perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim1-10/+34
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim2-28/+0
2016-03-10perf tools: Remove hist_entry->fmt fieldNamhyung Kim1-1/+0
2016-03-10perf tools: Fix command line filters in hierarchy modeNamhyung Kim1-3/+97
2016-03-10perf tools: Add more sort entry check functionsNamhyung Kim2-31/+23
2016-03-10perf tools: Fix hist_entry__filter() for hierarchyNamhyung Kim1-7/+21
2016-03-10perf jitdump: Build only on supported archsJiri Olsa1-1/+1