summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2014-08-12perf top: Add -w option for setting column widthNamhyung Kim
2014-08-12perf report: Honor column width settingNamhyung Kim
2014-08-12perf tools: Save column length in perf_hpp_fmtNamhyung Kim
2014-08-12perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim
2014-08-12perf tools: Left-align output contentsNamhyung Kim
2014-08-12perf tools: Fix make PYTHON overrideNamhyung Kim
2014-08-12perf kmem: Do not ignore mmap eventsNamhyung Kim
2014-08-12perf tools: Show better error message in case we fail to open counters due to...Jiri Olsa
2014-08-12perf tools: Allow out of order messages in forced flushJiri Olsa
2014-08-12perf tools: Add debug prints for ordered events queueJiri Olsa
2014-08-12perf tools: Add report.queue-size config file optionJiri Olsa
2014-08-12perf tools: Add perf_config_u64 functionJiri Olsa
2014-08-12perf tools: Add ordered_events__free functionJiri Olsa
2014-08-12perf tools: Add ordered_events__init functionJiri Olsa
2014-08-12perf tools: Use list_move in ordered_events_delete functionJiri Olsa
2014-08-12perf tools: Create ordered-events objectJiri Olsa
2014-08-12perf tools: Make perf_session__deliver_event globalJiri Olsa
2014-08-12perf tools: Flush ordered events in case of allocation failureJiri Olsa
2014-08-12perf tools: Limit ordered events queue sizeJiri Olsa
2014-08-12perf tools: Factor ordered_events__flush to be more genericJiri Olsa
2014-08-12perf tools: Add ordered_events__(new|delete) interfaceJiri Olsa
2014-08-12perf tools: Rename ordered_events membersJiri Olsa
2014-08-12perf tools: Rename ordered_samples struct to ordered_eventsJiri Olsa
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa
2014-08-12perf record: Honour --no-time command line optionAndi Kleen
2014-08-02perf kvm stat: Properly show submicrosecond timesChristian Borntraeger
2014-07-31perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo
2014-07-31perf evlist: Don't run workload if not told toArnaldo Carvalho de Melo
2014-07-30perf tools: Fix arm64 build errorMark Salter
2014-07-28Revert "perf tools: Fix jump label always changing during tracing"Jiri Olsa
2014-07-28perf tools: Fix perf usage string leftoverJiri Olsa
2014-07-28Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Ingo Molnar
2014-07-25perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty roundsJiri Olsa
2014-07-25perf record: Always force PERF_RECORD_FINISHED_ROUND eventJiri Olsa
2014-07-25perf inject: Add --kallsyms parameterAdrian Hunter
2014-07-25perf tools: Expose 'addr' functions so they can be reusedAdrian Hunter
2014-07-24perf session: Fix accounting of ordered samples queueJiri Olsa
2014-07-24perf powerpc: Include util/util.h and remove stringify macrosSukadev Bhattiprolu
2014-07-23perf tools: Fix build on gcc 4.4.7Arnaldo Carvalho de Melo
2014-07-23perf tools: Add thread parameter to vdso__dso_findnew()Adrian Hunter
2014-07-23perf tools: Add dso__type()Adrian Hunter
2014-07-23perf tools: Separate the VDSO map name from the VDSO dso nameAdrian Hunter
2014-07-23perf tools: Add vdso__new()Adrian Hunter
2014-07-23perf machine: Fix the lifetime of the VDSO temporary fileAdrian Hunter
2014-07-23perf tools: Group VDSO global variables into a structureAdrian Hunter
2014-07-23perf session: Add ability to skip 4GiB or moreAdrian Hunter
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