aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-26perf stat: Move zero_per_pkg into counter process codeJiri Olsa1-3/+3
2015-06-26perf stat: Separate counters reading and processingJiri Olsa1-17/+39
2015-06-26perf stat: Introduce read_counters functionJiri Olsa1-25/+22
2015-06-26perf stat: Introduce perf_evsel__read functionJiri Olsa2-0/+17
2015-06-26perf stat: Introduce perf_evsel__alloc_stats functionJiri Olsa2-6/+16
2015-06-26perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat objectJiri Olsa4-43/+50
2015-06-26perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts into stat objectJiri Olsa3-18/+22
2015-06-26perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat objectJiri Olsa3-25/+29
2015-06-26perf stat: Introduce perf_evlist__reset_statsJiri Olsa1-2/+6
2015-06-26perf stat: Rename struct perf_counts::cpu member to valuesJiri Olsa2-8/+8
2015-06-26perf stat: Make stats work over the thread dimensionJiri Olsa7-34/+38
2015-06-26perf stat: Use xyarray for cpu evsel countsJiri Olsa4-14/+28
2015-06-26perf stat: Introduce perf_counts functionJiri Olsa6-30/+37
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/git/acme/linux into perf/urgentIngo Molnar21-43/+129
2015-06-26Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo 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-25Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar17-72/+136
2015-06-24Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds3-2/+203
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds15-22/+810
2015-06-23perf tools: Allow auxtrace data alignmentAdrian Hunter2-0/+8
2015-06-23perf thread_map: Change map entries into a structJiri Olsa1-3/+7
2015-06-23perf thread_map: Don't access the array entries directlyJiri Olsa8-22/+34
2015-06-23perf probe: Fix failure to probe events on armHe Kuang1-1/+5
2015-06-23perf tools: Print a newline before dumping Aggregated statsAdrian Hunter1-1/+1
2015-06-23perf session: Print a newline when dumping PERF_RECORD_FINISHED_ROUNDAdrian Hunter1-0/+2
2015-06-23perf tools: Allow events with dotAndi Kleen1-3/+2
2015-06-23perf pmu: Split perf_pmu__new_alias()Sukadev Bhattiprolu1-15/+27
2015-06-23perf pmu: Use __weak definition from <linux/compiler.h>Sukadev Bhattiprolu1-1/+2
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+3
2015-06-23selftests: add quicktest supportShuah Khan1-0/+4
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+73
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-2/+184
2015-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds192-2572/+10250
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds28-56/+72
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