summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2014-07-23perf tools: Add dso__data_size()Adrian Hunter2-0/+24
2014-07-23perf tools: Move rdtsc() functionAdrian Hunter2-0/+6
2014-07-23perf machine: Add ability to record the current tid for each cpuAdrian Hunter2-0/+51
2014-07-23perf tools: Add cpu to struct threadAdrian Hunter2-0/+2
2014-07-23perf tools: Add dsos__hit_all()Adrian Hunter2-0/+43
2014-07-23perf tools: Add dso__data_status_seen()Adrian Hunter2-0/+18
2014-07-23perf tools: Record whether a dso has dataAdrian Hunter2-8/+22
2014-07-23perf tools: Fix jump label always changing during tracingAdrian Hunter1-2/+7
2014-07-22perf tools: Fix incorrect fd error comparisonAdrian Hunter1-1/+1
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud4-6/+78
2014-07-17perf tools: Allow TSC conversion on any archAdrian Hunter2-0/+36
2014-07-17perf tools: Remove needless getopt.h includesJiri Olsa2-2/+0
2014-07-17perf tools: Add --debug optionto set debug variableJiri Olsa2-0/+46
2014-07-17perf tools: Factor eprintf to allow different debug variablesJiri Olsa3-14/+14
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa12-21/+30
2014-07-17perf tools: Remove verbose from functions prototypesJiri Olsa3-19/+18
2014-07-17perf machine: Fix leak of 'struct thread' on error pathAdrian Hunter1-1/+3
2014-07-17perf thread: Allow deletion of a thread with no map groupsAdrian Hunter1-2/+4
2014-07-17perf machine: Fix map groups of threads with unknown pidsAdrian Hunter3-6/+66
2014-07-17perf evsel: Add 'immediate' optionAdrian Hunter2-0/+6
2014-07-17perf evsel: Add 'no_aux_samples' optionAdrian Hunter2-3/+4
2014-07-17perf tools: Add option macro OPT_CALLBACK_OPTARGAdrian Hunter1-0/+5
2014-07-17perf evlist: Pass mmap parameters in a structAdrian Hunter1-20/+26
2014-07-17perf session: Flag if the event stream is entirely in memoryAdrian Hunter2-1/+11
2014-07-17perf symbols: Add ability to iterate over a dso's symbolsAdrian Hunter2-1/+19
2014-07-17perf symbols: Do not attempt to read data from kallsymsAdrian Hunter1-0/+2
2014-07-17perf symbols: Record whether a dso is 64-bitAdrian Hunter6-0/+29
2014-07-17perf callchain: Fix appending a callchain from a previous sampleAdrian Hunter1-1/+1
2014-07-17perf symbols: Fix missing GNU IFUNC symbolsAdrian Hunter1-1/+2
2014-07-17perf tools: Fix missing kernel map loadAdrian Hunter1-0/+1
2014-07-17perf record: Select comm_exec flag if supportedAdrian Hunter1-1/+17
2014-07-17perf script: Display PERF_RECORD_MISC_COMM_EXEC flagAdrian Hunter2-2/+10
2014-07-17perf machine: Fix the value used for unknown pidsAdrian Hunter3-6/+7
2014-07-17perf script: Provide additional sample information on generic eventsJoseph Schuchart1-3/+20
2014-07-17perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart1-4/+102
2014-07-17perf script: Add missing calls to Py_DECREF for return valuesJoseph Schuchart1-2/+10
2014-07-17perf kvm: Add stat support on s390Alexander Yarygin1-0/+9
2014-07-17perf kvm: Add skip_event() for --duration optionAlexander Yarygin1-0/+1
2014-07-17perf kvm: Move arch specific code into arch/Alexander Yarygin1-0/+130
2014-07-16Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-39/+135
2014-07-10perf timechart: Implement IO modeStanislav Fomichev2-4/+100
2014-07-10perf timechart: Fix rendering in FirefoxStanislav Fomichev1-36/+36
2014-07-08perf tools: Suggest using -f to override perf.data file ownership messageArnaldo Carvalho de Melo1-1/+1
2014-07-07perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko2-16/+5
2014-07-07perf hists browser: Left justify column headersArnaldo Carvalho de Melo1-1/+1
2014-07-07perf hists browser: Add ui.show-headers config file optionJiri Olsa3-1/+16
2014-06-27perf script: Handle the num array type in python properlySebastian Andrzej Siewior1-12/+31
2014-06-27perf script: Move the number processing into its own functionSebastian Andrzej Siewior1-15/+23
2014-06-27perf tools powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu2-2/+29
2014-06-25Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-2/+3