summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-09-14perf env: Adopt perf_header__set_cmdlineArnaldo Carvalho de Melo4-40/+49
2015-09-14perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo5-11/+9
2015-09-14perf env: Move perf_env out of header.h and session.c into separate objectArnaldo Carvalho de Melo5-51/+59
2015-09-14perf tests: Introduce iterator function for testsMatt Fleming1-16/+16
2015-09-14perf test: Add entry to test cpu topologyKan Liang4-0/+121
2015-09-14perf tools: Switch to tracing_path interface on appropriate placesJiri Olsa4-39/+11
2015-09-14tools lib api fs: Remove debugfs, tracefs and findfs objectsJiri Olsa7-288/+0
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa11-29/+23
2015-09-14tools lib api fs: Make tracing_path_strerror_open message genericJiri Olsa1-10/+16
2015-09-14perf tests: Print objdump/dso buffers if they don't matchJan Stancek1-0/+16
2015-09-14perf tests: Stop reading if objdump output crossed sectionsJan Stancek1-1/+6
2015-09-14perf tests: Make objdump disassemble zero blocksJan Stancek1-1/+1
2015-09-14perf tests: Take into account address of each objdump lineJan Stancek1-13/+38
2015-09-13Merge tag 'v4.3-rc1' into perf/core, to refresh the treeIngo Molnar49-438/+3458
2015-09-11selftests: enhance membarrier syscall testMathieu Desnoyers1-25/+75
2015-09-11selftests: add membarrier syscall testPranith Kumar4-0/+84
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-117/+27
2015-09-08Merge tag 'linux-kselftest-4.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-19/+481
2015-09-08selftests:vm: point to libhugetlbfs for regression testingMike Kravetz1-0/+4
2015-09-08Revert "selftests: add hugetlbfstest"Mike Kravetz3-98/+0
2015-09-08pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov1-0/+10
2015-09-08pagemap: switch to the new format and do some cleanupKonstantin Khlebnikov1-17/+8
2015-09-08selftests/userfaultfd: fix compiler warnings on 32-bitGeert Uytterhoeven1-3/+6
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-76/+231
2015-09-08userfaultfd: selftest: update userfaultfd x86 32bit syscall numberAndrea Arcangeli1-1/+1
2015-09-08Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar46-289/+3743
2015-09-04userfaultfd: selftestAndrea Arcangeli3-0/+650
2015-09-04selftests/capabilities: Add tests for capability evolutionAndy Lutomirski4-0/+520
2015-09-04perf trace: Add read/write to the file groupArnaldo Carvalho de Melo1-0/+2
2015-09-04perf probe: Print deleted events in cmd_probe()Namhyung Kim5-10/+69
2015-09-04perf probe: Split del_perf_probe_events()Namhyung Kim1-4/+36
2015-09-04perf probe: Move print logic into cmd_probe()Namhyung Kim3-20/+53
2015-09-04perf probe: Link trace_probe_event into perf_probe_eventWang Nan2-40/+22
2015-09-04perf probe: Split add_perf_probe_events()Namhyung Kim1-4/+35
2015-09-04perf intel-pt: Add support for PERF_RECORD_SWITCHAdrian Hunter2-33/+151
2015-09-04perf session: Don't call dump_sample() when evsel is NULLKan Liang1-1/+1
2015-09-04x86/insn: perf tools: Add new xsave instructionsAdrian Hunter4-0/+93
2015-09-04x86/insn: perf tools: Add new memory protection keys instructionsAdrian Hunter2-1/+5
2015-09-04x86/insn: perf tools: Add new memory instructionsAdrian Hunter4-2/+104
2015-09-04x86/insn: perf tools: Add new SHA instructionsAdrian Hunter4-0/+1038
2015-09-04x86/insn: perf tools: Pedantically tweak opcode map for MPX instructionsAdrian Hunter1-2/+6
2015-09-04perf tools: Add a test for decoding of new x86 instructionsAdrian Hunter9-0/+1390
2015-09-04perf tools: Display build warning if x86 instruction decoder differs from kernelAdrian Hunter1-1/+12
2015-09-04tools lib api fs: Add FSTYPE__configured() methodJiri Olsa2-10/+18
2015-09-04tools lib api fs: Add FSTYPE__mount() methodJiri Olsa2-9/+50
2015-09-04tools lib api fs: Add tracefs into fs.c objectJiri Olsa2-0/+29
2015-09-04tools lib api fs: Add debugfs into fs.c objectJiri Olsa2-6/+26
2015-09-04tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.cJiri Olsa2-8/+8
2015-09-04tools lib api fs: Add STR and PATH_MAX macros to fs objectJiri Olsa2-0/+11
2015-09-04tools lib api fs: Move debugfs__strerror_open into tracing_path.c objectJiri Olsa4-54/+60