summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2014-08-13perf tools: Fix CLOEXEC probe for perf_event_paranoid == 2Adrian Hunter1-0/+1
2014-08-13perf probe: Fix --del option to delete events only with uprobe eventsMasami Hiramatsu1-23/+26
2014-08-13perf probe: Fix --list option to show events only with uprobe eventsMasami Hiramatsu1-30/+59
2014-08-13perf tools: Introduce set_term_quiet_input helper functionJiri Olsa2-0/+15
2014-08-13perf tools: Add cpu_startup_entry to the list of kernel idle symbolsArnaldo Carvalho de Melo1-0/+1
2014-08-13perf top: Don't look for kernel idle symbols in all DSOsArnaldo Carvalho de Melo1-0/+4
2014-08-12perf tools: Fix PERF_FLAG_FD_CLOEXEC flag probing event type open counters du...Jiri Olsa1-1/+1
2014-08-12perf tools: Add name field into perf_hpp_fmtNamhyung Kim2-3/+4
2014-08-12perf report: Honor column width settingNamhyung Kim2-24/+39
2014-08-12perf tools: Save column length in perf_hpp_fmtNamhyung Kim2-1/+4
2014-08-12perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim3-2/+19
2014-08-12perf tools: Left-align output contentsNamhyung Kim1-5/+5
2014-08-12perf tools: Show better error message in case we fail to open counters due to...Jiri Olsa4-2/+45
2014-08-12perf tools: Allow out of order messages in forced flushJiri Olsa3-3/+15
2014-08-12perf tools: Add debug prints for ordered events queueJiri Olsa4-2/+72
2014-08-12perf tools: Add report.queue-size config file optionJiri Olsa1-0/+6
2014-08-12perf tools: Add perf_config_u64 functionJiri Olsa2-0/+25
2014-08-12perf tools: Add ordered_events__free functionJiri Olsa3-15/+14
2014-08-12perf tools: Add ordered_events__init functionJiri Olsa3-5/+11
2014-08-12perf tools: Use list_move in ordered_events_delete functionJiri Olsa1-2/+1
2014-08-12perf tools: Create ordered-events objectJiri Olsa4-222/+238
2014-08-12perf tools: Make perf_session__deliver_event globalJiri Olsa2-15/+13
2014-08-12perf tools: Flush ordered events in case of allocation failureJiri Olsa2-3/+29
2014-08-12perf tools: Limit ordered events queue sizeJiri Olsa2-3/+11
2014-08-12perf tools: Factor ordered_events__flush to be more genericJiri Olsa1-11/+36
2014-08-12perf tools: Add ordered_events__(new|delete) interfaceJiri Olsa1-71/+98
2014-08-12perf tools: Rename ordered_events membersJiri Olsa2-50/+48
2014-08-12perf tools: Rename ordered_samples struct to ordered_eventsJiri Olsa2-64/+64
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa2-6/+6
2014-08-12perf record: Honour --no-time command line optionAndi Kleen1-3/+6
2014-07-31perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo5-23/+42
2014-07-31perf evlist: Don't run workload if not told toArnaldo Carvalho de Melo1-2/+18
2014-07-28Revert "perf tools: Fix jump label always changing during tracing"Jiri Olsa1-7/+2
2014-07-25perf tools: Expose 'addr' functions so they can be reusedAdrian Hunter2-0/+52
2014-07-24perf session: Fix accounting of ordered samples queueJiri Olsa1-2/+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 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