summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2015-06-26perf tests: Add thread_map object testsJiri Olsa4-0/+44
2015-06-26perf thrad_map: Add comm string into arrayJiri Olsa3-0/+68
2015-06-26perf thread_map: Introduce thread_map__reset functionJiri Olsa1-1/+16
2015-06-26perf trace: Validate syscall list passed via -e argumentArnaldo Carvalho de Melo1-0/+32
2015-06-26Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar21-43/+129
2015-06-26Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-0/+4
2015-06-25perf tools: Make perf_evsel__(nr_)cpus genericJiri Olsa2-10/+11
2015-06-25perf evlist: Propagate thread maps through the evlistJiri Olsa3-1/+5
2015-06-25perf evlist: Propagate cpu maps to evsels in an evlistJiri Olsa1-1/+24
2015-06-25perf tools: Add reference counting for thread_map objectJiri Olsa11-14/+43
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa13-15/+45
2015-06-25perf header: Delete an unnecessary check before the calling free_event_desc()Markus Elfring1-2/+1
2015-06-25perf tools: Future-proof thread_map allocation size calculationArnaldo Carvalho de Melo1-1/+1
2015-06-25perf bench numa: Fix to show proper convergence statsSrikar Dronamraju1-0/+4
2015-06-24perf tools: Allow auxtrace data alignmentAdrian Hunter2-0/+8
2015-06-24perf thread_map: Change map entries into a structJiri Olsa1-3/+7
2015-06-24perf thread_map: Don't access the array entries directlyJiri Olsa8-22/+34
2015-06-24perf probe: Fix failure to probe events on armHe Kuang1-1/+5
2015-06-24perf tools: Print a newline before dumping Aggregated statsAdrian Hunter1-1/+1
2015-06-24perf session: Print a newline when dumping PERF_RECORD_FINISHED_ROUNDAdrian Hunter1-0/+2
2015-06-24perf tools: Allow events with dotAndi Kleen1-3/+2
2015-06-24perf pmu: Split perf_pmu__new_alias()Sukadev Bhattiprolu1-15/+27
2015-06-24perf pmu: Use __weak definition from <linux/compiler.h>Sukadev Bhattiprolu1-1/+2
2015-06-22perf build: Fix single target build dependency checkJiri Olsa1-2/+2
2015-06-22perf tests: Add test for make install with prefixJiri Olsa1-0/+8
2015-06-22perf tests: Add testing for Makefile.perfJiri Olsa1-3/+20
2015-06-22perf top: Move toggling event logic into hists browserNamhyung Kim2-23/+20
2015-06-20perf tools: Configurable per thread proc map processing time outKan Liang17-31/+87
2015-06-20perf tools: Add time out to force stop proc map processingKan Liang3-0/+30
2015-06-20perf report: Fix sort__sym_cmp to also compare end of symbolYannick Brosseau1-5/+3
2015-06-20perf hists browser: React to unassigned hotkey pressingArnaldo Carvalho de Melo1-3/+4
2015-06-20perf top: Tell the user how to unfreeze events after pressing 'f'Arnaldo Carvalho de Melo1-1/+7
2015-06-19perf hists browser: Honour the help line provided by builtin-{top,report}.cArnaldo Carvalho de Melo1-4/+3
2015-06-19perf hists browser: Do not exit when 'f' is pressed in 'report' modeArnaldo Carvalho de Melo1-0/+3
2015-06-19perf top: Replace CTRL+z with 'f' as hotkey for enable/disable eventsArnaldo Carvalho de Melo2-3/+3
2015-06-19perf annotate: Rename source_line_percent to source_line_samplesArnaldo Carvalho de Melo2-16/+16
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška4-23/+70
2015-06-19perf tools: Ensure thread-stack is flushedAdrian Hunter5-5/+58
2015-06-17perf top: Allow disabling/enabling events dynamiclyArnaldo Carvalho de Melo2-16/+38
2015-06-17perf evlist: Add toggle_enable() methodArnaldo Carvalho de Melo2-0/+11
2015-06-17perf trace: Fix race condition at the end of started workloadsSukadev Bhattiprolu1-1/+8
2015-06-17perf probe: Speed up perf probe --list by caching debuginfoMasami Hiramatsu1-4/+44
2015-06-17perf probe: Show usage even if the last event is skippedMasami Hiramatsu1-18/+17
2015-06-17perf tools: Move libtraceevent dynamic list to separated LDFLAGS variableWang Nan1-3/+5
2015-06-17perf tools: Fix a problem when opening old perf.data with different byte orderWang Nan1-14/+36
2015-06-17perf tools: Ignore .config-detected in .gitignoreWang Nan1-0/+1
2015-06-16perf probe: Fix to return error if no probe is addedMasami Hiramatsu1-42/+71
2015-06-16perf unwind: Fix a compile errorHou Pengyang1-1/+1
2015-06-16perf stat: Introduce perf_counts__(new|delete|reset) functionsJiri Olsa3-17/+33
2015-06-16perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa6-21/+24