summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-08-13perf trace: Move call to symbol__init() after creating sessionNamhyung Kim1-3/+3
2014-08-13perf timechart: Move call to symbol__init() after creating sessionNamhyung Kim1-2/+2
2014-08-13perf script: Move call to symbol__init() after creating sessionNamhyung Kim1-2/+3
2014-08-13perf sched: Move call to symbol__init() after creating sessionNamhyung Kim1-1/+2
2014-08-13perf lock: Move call to symbol__init() after creating sessionNamhyung Kim1-1/+2
2014-08-13perf kvm: Move call to symbol__init() after creating sessionNamhyung Kim1-2/+2
2014-08-13perf kmem: Move session handling out of __cmd_kmem()Namhyung Kim1-21/+28
2014-08-13perf inject: Move session handling out of __cmd_inject()Namhyung Kim1-12/+17
2014-08-13perf buildid-cache: Move session handling into cmd_buildid_cache()Namhyung Kim1-14/+21
2014-08-13perf annotate: Move session handling out of __cmd_annotate()Namhyung Kim1-35/+40
2014-08-13perf symbols: Fix a memory leak in vmlinux_path__init()Namhyung Kim1-1/+1
2014-08-13perf script: Fix possible memory leaksNamhyung Kim1-13/+22
2014-08-13perf tools: Prefer to use a cpu-wide event for probing CLOEXECAdrian Hunter1-4/+18
2014-08-13perf tools: Fix probing the kernel API with cpu-wide eventsAdrian Hunter1-9/+27
2014-08-13perf tools: Fix one of the probe events to exclude kernelAdrian Hunter1-1/+1
2014-08-13perf tools: Fix CLOEXEC probe for perf_event_paranoid == 2Adrian Hunter1-0/+1
2014-08-13perf trace: Add beautifier for mremap flags paramAlex Snast1-0/+26
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 kvm: Fix stdin handling for 'kvm stat live' commandJiri Olsa1-13/+5
2014-08-13perf top: Setup signals for terminal outputJiri Olsa1-0/+16
2014-08-13perf tools: Introduce set_term_quiet_input helper functionJiri Olsa3-8/+17
2014-08-13perf top: Join the display thread on exitJiri Olsa1-1/+3
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 Melo2-1/+7
2014-08-13Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar46-440/+869
2014-08-12perf tools: Default to python version 2Thomas Ilsche1-3/+9
2014-08-12perf tools: Fix PERF_FLAG_FD_CLOEXEC flag probing event type open counters du...Jiri Olsa1-1/+1
2014-08-12perf tools: Fix column alignment when headers aren't shown on TUINamhyung Kim1-3/+4
2014-08-12perf tools: Add name field into perf_hpp_fmtNamhyung Kim4-81/+66
2014-08-12perf top: Add -w option for setting column widthNamhyung Kim3-1/+10
2014-08-12perf report: Honor column width settingNamhyung Kim6-63/+116
2014-08-12perf tools: Save column length in perf_hpp_fmtNamhyung Kim4-48/+94
2014-08-12perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim6-32/+54
2014-08-12perf tools: Left-align output contentsNamhyung Kim1-5/+5
2014-08-12perf tools: Fix make PYTHON overrideNamhyung Kim2-28/+24
2014-08-12perf kmem: Do not ignore mmap eventsNamhyung Kim1-3/+2
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 Olsa2-1/+18
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 Olsa5-222/+240
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 Olsa3-4/+30
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