aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-28Revert "perf tools: Fix jump label always changing during tracing"Jiri Olsa1-7/+2
2014-07-28perf tools: Fix perf usage string leftoverJiri Olsa1-1/+1
2014-07-25perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty roundsJiri Olsa1-1/+7
2014-07-25perf record: Always force PERF_RECORD_FINISHED_ROUND eventJiri Olsa1-2/+1
2014-07-25perf inject: Add --kallsyms parameterAdrian Hunter2-0/+5
2014-07-25perf tools: Expose 'addr' functions so they can be reusedAdrian Hunter3-33/+53
2014-07-24perf session: Fix accounting of ordered samples queueJiri Olsa1-2/+1
2014-07-24perf powerpc: Include util/util.h and remove stringify macrosSukadev Bhattiprolu1-3/+1
2014-07-23perf tools: Fix build on gcc 4.4.7Arnaldo Carvalho de Melo1-1/+1
2014-07-23perf tools: Add thread parameter to vdso__dso_findnew()Adrian Hunter5-7/+10
2014-07-23perf tools: Add dso__type()Adrian Hunter5-0/+77
2014-07-23perf tools: Separate the VDSO map name from the VDSO dso nameAdrian Hunter4-9/+20
2014-07-23perf tools: Add vdso__new()Adrian Hunter1-5/+15
2014-07-23perf machine: Fix the lifetime of the VDSO temporary fileAdrian Hunter5-13/+37
2014-07-23perf tools: Group VDSO global variables into a structureAdrian Hunter1-12/+32
2014-07-23perf session: Add ability to skip 4GiB or moreAdrian Hunter1-7/+8
2014-07-23perf session: Add ability to 'skip' a non-piped event streamAdrian Hunter1-1/+6
2014-07-23perf tools: Pass machine to vdso__dso_findnew()Adrian Hunter5-10/+14
2014-07-23perf tools: Add dso__data_size()Adrian Hunter2-0/+24
2014-07-23perf tools: Move rdtsc() functionAdrian Hunter4-9/+15
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 script: Do not print dangling '=>' for BTSAdrian Hunter1-3/+3
2014-07-23perf script: Improve srcline display for BTSAdrian Hunter1-5/+15
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 tests: Update attr test with PERF_FLAG_FD_CLOEXEC flagJiri Olsa2-2/+4
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud11-12/+97
2014-07-17perf tools: Allow TSC conversion on any archAdrian Hunter6-26/+40
2014-07-17perf tools: Remove needless getopt.h includesJiri Olsa2-2/+0
2014-07-17perf tools: Add --debug optionto set debug variableJiri Olsa4-2/+67
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 Olsa25-21/+43
2014-07-17perf tools: Remove verbose from functions prototypesJiri Olsa4-20/+19
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-16perf evsel: Add 'immediate' optionAdrian Hunter2-0/+6
2014-07-16perf evsel: Add 'no_aux_samples' optionAdrian Hunter2-3/+4
2014-07-16perf tools: Add option macro OPT_CALLBACK_OPTARGAdrian Hunter1-0/+5
2014-07-16perf tools: Add feature test for __sync_val_compare_and_swapAdrian Hunter4-0/+29
2014-07-16perf evlist: Pass mmap parameters in a structAdrian Hunter1-20/+26
2014-07-16perf session: Flag if the event stream is entirely in memoryAdrian Hunter2-1/+11
2014-07-16perf symbols: Add ability to iterate over a dso's symbolsAdrian Hunter2-1/+19
2014-07-16perf symbols: Do not attempt to read data from kallsymsAdrian Hunter1-0/+2
2014-07-16perf symbols: Record whether a dso is 64-bitAdrian Hunter6-0/+29
2014-07-16perf buildid-cache: Apply force option to copying kcoreAdrian Hunter1-3/+5