summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2014-07-23perf session: Add ability to 'skip' a non-piped event streamAdrian Hunter
2014-07-23perf tools: Pass machine to vdso__dso_findnew()Adrian Hunter
2014-07-23perf tools: Add dso__data_size()Adrian Hunter
2014-07-23perf tools: Move rdtsc() functionAdrian Hunter
2014-07-23perf machine: Add ability to record the current tid for each cpuAdrian Hunter
2014-07-23perf tools: Add cpu to struct threadAdrian Hunter
2014-07-23perf tools: Add dsos__hit_all()Adrian Hunter
2014-07-23perf tools: Add dso__data_status_seen()Adrian Hunter
2014-07-23perf tools: Record whether a dso has dataAdrian Hunter
2014-07-23perf tools: Fix jump label always changing during tracingAdrian Hunter
2014-07-22perf tools: Fix incorrect fd error comparisonAdrian Hunter
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud
2014-07-17perf tools: Allow TSC conversion on any archAdrian Hunter
2014-07-17perf tools: Remove needless getopt.h includesJiri Olsa
2014-07-17perf tools: Add --debug optionto set debug variableJiri Olsa
2014-07-17perf tools: Factor eprintf to allow different debug variablesJiri Olsa
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-07-17perf tools: Remove verbose from functions prototypesJiri Olsa
2014-07-17perf machine: Fix leak of 'struct thread' on error pathAdrian Hunter
2014-07-17perf thread: Allow deletion of a thread with no map groupsAdrian Hunter
2014-07-17perf machine: Fix map groups of threads with unknown pidsAdrian Hunter
2014-07-16perf evsel: Add 'immediate' optionAdrian Hunter
2014-07-16perf evsel: Add 'no_aux_samples' optionAdrian Hunter
2014-07-16perf tools: Add option macro OPT_CALLBACK_OPTARGAdrian Hunter
2014-07-16perf evlist: Pass mmap parameters in a structAdrian Hunter
2014-07-16perf session: Flag if the event stream is entirely in memoryAdrian Hunter
2014-07-16perf symbols: Add ability to iterate over a dso's symbolsAdrian Hunter
2014-07-16perf symbols: Do not attempt to read data from kallsymsAdrian Hunter
2014-07-16perf symbols: Record whether a dso is 64-bitAdrian Hunter
2014-07-16perf callchain: Fix appending a callchain from a previous sampleAdrian Hunter
2014-07-16perf symbols: Fix missing GNU IFUNC symbolsAdrian Hunter
2014-07-16perf tools: Fix missing kernel map loadAdrian Hunter
2014-07-16perf record: Select comm_exec flag if supportedAdrian Hunter
2014-07-16perf script: Display PERF_RECORD_MISC_COMM_EXEC flagAdrian Hunter
2014-07-16perf machine: Fix the value used for unknown pidsAdrian Hunter
2014-07-16perf script: Provide additional sample information on generic eventsJoseph Schuchart
2014-07-16perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart
2014-07-16perf script: Add missing calls to Py_DECREF for return valuesJoseph Schuchart
2014-07-16perf kvm: Add stat support on s390Alexander Yarygin
2014-07-16perf kvm: Add skip_event() for --duration optionAlexander Yarygin
2014-07-16perf kvm: Move arch specific code into arch/Alexander Yarygin
2014-07-16Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-07-10perf timechart: Implement IO modeStanislav Fomichev
2014-07-10perf timechart: Fix rendering in FirefoxStanislav Fomichev
2014-07-08perf tools: Suggest using -f to override perf.data file ownership messageArnaldo Carvalho de Melo
2014-07-07perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko
2014-07-07perf hists browser: Left justify column headersArnaldo Carvalho de Melo
2014-07-07perf hists browser: Add ui.show-headers config file optionJiri Olsa
2014-06-27perf script: Handle the num array type in python properlySebastian Andrzej Siewior
2014-06-27perf script: Move the number processing into its own functionSebastian Andrzej Siewior