summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-12-17perf tools: Add event_update event name typeJiri Olsa4-0/+50
2015-12-17perf tools: Add event_update event scale typeJiri Olsa4-0/+55
2015-12-17perf tools: Add event_update event unit typeJiri Olsa7-0/+99
2015-12-17perf tools: Add event_update user level eventJiri Olsa6-0/+56
2015-12-17perf tools: Add stat events fprintf functionsJiri Olsa2-0/+43
2015-12-17perf tools: Add stat round event synthesize functionJiri Olsa5-0/+47
2015-12-17perf tools: Add stat round user level eventJiri Olsa4-1/+37
2015-12-17perf tools: Add stat event read functionJiri Olsa2-0/+29
2015-12-17perf tools: Add stat event synthesize functionJiri Olsa5-6/+69
2015-12-17perf tools: Add stat user level eventJiri Olsa4-1/+47
2015-12-17perf tools: Add stat config event read functionJiri Olsa3-0/+32
2015-12-17perf tools: Add stat config event synthesize functionJiri Olsa6-0/+104
2015-12-17perf tools: Add stat config user level eventJiri Olsa4-1/+47
2015-12-17perf cpu_map: Add perf_event__fprintf_cpu_map functionJiri Olsa2-0/+17
2015-12-17perf cpu_map: Add cpu_map__new_event functionJiri Olsa3-4/+64
2015-12-17perf cpu_map: Add cpu_map event synthesize functionJiri Olsa6-0/+216
2015-12-17perf cpu_map: Add cpu_map user level eventJiri Olsa4-1/+81
2015-12-17perf thread_map: Add perf_event__fprintf_thread_map functionJiri Olsa2-0/+17
2015-12-17perf thread_map: Add thread_map__new_event functionJiri Olsa3-0/+44
2015-12-17perf thread_map: Add thread_map event sythesize functionJiri Olsa5-0/+74
2015-12-17perf thread_map: Add thread_map user level eventJiri Olsa4-1/+42
2015-12-17tools subcmd: Rename subcmd header include guardsJosh Poimboeuf7-21/+22
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf66-68/+129
2015-12-17perf tools: Finalize subcmd independenceJosh Poimboeuf11-62/+237
2015-12-16perf tools: Remove 'perf' from subcmd function and variable namesJosh Poimboeuf9-32/+32
2015-12-16perf tools: Remove subcmd dependencies on strbufJosh Poimboeuf4-41/+66
2015-12-17selftests/powerpc: Add script to test HMI functionalityDaniel Axtens1-0/+89
2015-12-17selftests/powerpc: Make context_switch touch FP/altivec/vector by defaultMichael Ellerman1-6/+6
2015-12-17selftests/powerpc: Make context_switch do something with no argsMichael Ellerman2-9/+24
2015-12-17selftests/powerpc: Import Anton's context_switch2 benchmarkMichael Ellerman3-1/+456
2015-12-17selftests/powerpc: Move pick_online_cpu() up into utils.cMichael Ellerman5-28/+31
2015-12-16perf list: Robustify event printing routineArnaldo Carvalho de Melo1-1/+1
2015-12-16perf list: Add support for PERF_COUNT_SW_BPF_OUTArnaldo Carvalho de Melo1-0/+4
2015-12-16perf tools: Provide subcmd configuration at runtimeJosh Poimboeuf11-12/+67
2015-12-16perf tools: Document the fact that parse_options*() may exitJosh Poimboeuf1-0/+3
2015-12-16perf tools: Move strlcpy() from perf to tools/lib/string.cJosh Poimboeuf4-23/+33
2015-12-16tools build: Fix feature Makefile issues with 'O='Josh Poimboeuf2-47/+48
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2-2/+2
2015-12-15perf record: Add record.build-id config optionNamhyung Kim2-1/+26
2015-12-15libnvdimm, pfn: enable pfn sysfs interface unit testingDan Williams2-0/+50
2015-12-14tools: hv: vss: fix the write()'s argument: error -> vss_msgDexuan Cui1-1/+1
2015-12-14tools: hv: remove repeated HV_FCOPY stringOlaf Hering1-2/+2
2015-12-14tools: hv: report ENOSPC errors in hv_fcopy_daemonOlaf Hering1-3/+17
2015-12-15tools/power/acpi: Add userspace AML interface supportLv Zheng3-8/+473
2015-12-14perf record: Support custom vmlinux pathHe Kuang2-2/+24
2015-12-14perf tools: Make options always available, even if required libs not linkedWang Nan4-13/+134
2015-12-14perf tools: Convert parse-options.c internal functions to staticJosh Poimboeuf2-18/+9
2015-12-14perf tools: Move help_unknown_cmd() to its own fileJosh Poimboeuf5-104/+110
2015-12-14perf tools: Remove check for unused PERF_PAGER_IN_USEJosh Poimboeuf1-7/+1
2015-12-14perf tools: Create pager.hJosh Poimboeuf2-4/+8