summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2014-07-28Revert "perf tools: Fix jump label always changing during tracing"Jiri Olsa-7/+2
2014-07-25perf tools: Expose 'addr' functions so they can be reusedAdrian Hunter-0/+52
2014-07-24perf session: Fix accounting of ordered samples queueJiri Olsa-2/+1
2014-07-23perf tools: Add thread parameter to vdso__dso_findnew()Adrian Hunter-7/+10
2014-07-23perf tools: Add dso__type()Adrian Hunter-0/+77
2014-07-23perf tools: Separate the VDSO map name from the VDSO dso nameAdrian Hunter-9/+20
2014-07-23perf tools: Add vdso__new()Adrian Hunter-5/+15
2014-07-23perf machine: Fix the lifetime of the VDSO temporary fileAdrian Hunter-13/+37
2014-07-23perf tools: Group VDSO global variables into a structureAdrian Hunter-12/+32
2014-07-23perf session: Add ability to skip 4GiB or moreAdrian Hunter-7/+8
2014-07-23perf session: Add ability to 'skip' a non-piped event streamAdrian Hunter-1/+6
2014-07-23perf tools: Pass machine to vdso__dso_findnew()Adrian Hunter-10/+14
2014-07-23perf tools: Add dso__data_size()Adrian Hunter-0/+24
2014-07-23perf tools: Move rdtsc() functionAdrian Hunter-0/+6
2014-07-23perf machine: Add ability to record the current tid for each cpuAdrian Hunter-0/+51
2014-07-23perf tools: Add cpu to struct threadAdrian Hunter-0/+2
2014-07-23perf tools: Add dsos__hit_all()Adrian Hunter-0/+43
2014-07-23perf tools: Add dso__data_status_seen()Adrian Hunter-0/+18
2014-07-23perf tools: Record whether a dso has dataAdrian Hunter-8/+22
2014-07-23perf tools: Fix jump label always changing during tracingAdrian Hunter-2/+7
2014-07-22perf tools: Fix incorrect fd error comparisonAdrian Hunter-1/+1
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud-6/+78
2014-07-17perf tools: Allow TSC conversion on any archAdrian Hunter-0/+36
2014-07-17perf tools: Remove needless getopt.h includesJiri Olsa-2/+0
2014-07-17perf tools: Add --debug optionto set debug variableJiri Olsa-0/+46
2014-07-17perf tools: Factor eprintf to allow different debug variablesJiri Olsa-14/+14
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa-21/+30
2014-07-17perf tools: Remove verbose from functions prototypesJiri Olsa-19/+18
2014-07-17perf machine: Fix leak of 'struct thread' on error pathAdrian Hunter-1/+3
2014-07-17perf thread: Allow deletion of a thread with no map groupsAdrian Hunter-2/+4
2014-07-17perf machine: Fix map groups of threads with unknown pidsAdrian Hunter-6/+66
2014-07-16perf evsel: Add 'immediate' optionAdrian Hunter-0/+6
2014-07-16perf evsel: Add 'no_aux_samples' optionAdrian Hunter-3/+4
2014-07-16perf tools: Add option macro OPT_CALLBACK_OPTARGAdrian Hunter-0/+5
2014-07-16perf evlist: Pass mmap parameters in a structAdrian Hunter-20/+26
2014-07-16perf session: Flag if the event stream is entirely in memoryAdrian Hunter-1/+11
2014-07-16perf symbols: Add ability to iterate over a dso's symbolsAdrian Hunter-1/+19
2014-07-16perf symbols: Do not attempt to read data from kallsymsAdrian Hunter-0/+2
2014-07-16perf symbols: Record whether a dso is 64-bitAdrian Hunter-0/+29
2014-07-16perf callchain: Fix appending a callchain from a previous sampleAdrian Hunter-1/+1
2014-07-16perf symbols: Fix missing GNU IFUNC symbolsAdrian Hunter-1/+2
2014-07-16perf tools: Fix missing kernel map loadAdrian Hunter-0/+1
2014-07-16perf record: Select comm_exec flag if supportedAdrian Hunter-1/+17
2014-07-16perf script: Display PERF_RECORD_MISC_COMM_EXEC flagAdrian Hunter-2/+10
2014-07-16perf machine: Fix the value used for unknown pidsAdrian Hunter-6/+7
2014-07-16perf script: Provide additional sample information on generic eventsJoseph Schuchart-3/+20
2014-07-16perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart-4/+102
2014-07-16perf script: Add missing calls to Py_DECREF for return valuesJoseph Schuchart-2/+10
2014-07-16perf kvm: Add stat support on s390Alexander Yarygin-0/+9
2014-07-16perf kvm: Add skip_event() for --duration optionAlexander Yarygin-0/+1