summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter
2014-08-20perf symbols: Don't try to find DSOs in SYSV mapsDon Zickus
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu
2014-08-15perf probe: Make error messages thread-safeMasami Hiramatsu
2014-08-15perf: Use strerror_r instead of strerrorMasami Hiramatsu
2014-08-15perf probe: Don't use strerror if strlist__add failedMasami Hiramatsu
2014-08-15perf report: Relax -g option parsing not to limit the option orderNamhyung Kim
2014-08-15perf tools: Annotate PMU related list_head members with type infoCody P Schafer
2014-08-15perf annotate: Don't truncate Intel style addressesAlex Converse
2014-08-15perf probe: Warn user to rebuild target with debuginfoMasami Hiramatsu
2014-08-13perf evlist: Add perf_evlist__enable_event_idx()Adrian Hunter
2014-08-13perf tools: Add flags and insn_len to struct sampleAdrian Hunter
2014-08-13perf machine: Add machine__thread_exec_comm()Adrian Hunter
2014-08-13perf tools: Identify which comms are from execAdrian Hunter
2014-08-13perf script python: Add helpers for calling Python objectsAdrian Hunter
2014-08-13perf session: Add perf_session__peek_event()Adrian Hunter
2014-08-13perf evlist: Add perf_evlist__set_tracking_event()Adrian Hunter
2014-08-13perf evlist: Add 'system_wide' optionAdrian Hunter
2014-08-13perf symbols: Fix missing label symbolsAdrian Hunter
2014-08-13perf symbols: Don't demangle parameters and such by defaultNamhyung Kim
2014-08-13perf top: Fix -z option behaviorNamhyung Kim
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim
2014-08-13perf symbols: Fix a memory leak in vmlinux_path__init()Namhyung Kim
2014-08-13perf tools: Prefer to use a cpu-wide event for probing CLOEXECAdrian Hunter
2014-08-13perf tools: Fix probing the kernel API with cpu-wide eventsAdrian Hunter
2014-08-13perf tools: Fix one of the probe events to exclude kernelAdrian Hunter
2014-08-13perf tools: Fix CLOEXEC probe for perf_event_paranoid == 2Adrian Hunter
2014-08-13perf probe: Fix --del option to delete events only with uprobe eventsMasami Hiramatsu
2014-08-13perf probe: Fix --list option to show events only with uprobe eventsMasami Hiramatsu
2014-08-13perf tools: Introduce set_term_quiet_input helper functionJiri Olsa
2014-08-13perf tools: Add cpu_startup_entry to the list of kernel idle symbolsArnaldo Carvalho de Melo
2014-08-13perf top: Don't look for kernel idle symbols in all DSOsArnaldo Carvalho de Melo
2014-08-12perf tools: Fix PERF_FLAG_FD_CLOEXEC flag probing event type open counters du...Jiri Olsa
2014-08-12perf tools: Add name field into perf_hpp_fmtNamhyung 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: 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