summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | perf unwind: Check the target platform before assigning unwind methodsHe Kuang2016-06-073-5/+30
| * | | perf tools: Export normalize_arch() functionHe Kuang2016-06-072-1/+2
| * | | perf tools: Extract common API out of unwind-libunwind-local.cHe Kuang2016-06-073-34/+39
| * | | perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.cHe Kuang2016-06-072-1/+1
| * | | perf unwind: Separate local/remote libunwind configHe Kuang2016-06-074-6/+20
| * | | perf unwind: Don't mix LIBUNWIND_LIBS into LIBUNWIND_LDFLAGSHe Kuang2016-06-071-4/+3
| * | | perf unwind: Move unwind__prepare_access from thread_new into thread__insert_mapHe Kuang2016-06-073-7/+22
| * | | perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang2016-06-073-5/+61
| * | | perf unwind: Decouple thread->address_space on libunwindHe Kuang2016-06-071-4/+1
| * | | perf unwind: Use LIBUNWIND_DIR for remote libunwind feature checkHe Kuang2016-06-071-0/+9
| * | | perf config: Use new perf_config_set__init() to initialize config setTaeung Song2016-06-071-1/+46
| * | | perf config: Constructor should free its allocated memory when failingTaeung Song2016-06-071-2/+4
| * | | perf tools: Fix crash in build_id_cache__kallsyms_path()Wang Nan2016-06-071-7/+4
| * | | tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo2016-06-063-12/+11
| * | | tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo2016-06-063-20/+15
| * | | tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo2016-06-063-16/+10
| * | | tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo2016-06-063-7/+4
| * | | tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo2016-06-063-35/+27
| * | | tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo2016-06-063-17/+9
| * | | tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo2016-06-063-22/+12
* | | | Merge tag 'perf-core-for-mingo-20160606' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-06-0816-46/+441
|\| | |
| * | | perf config: Handle the error when config set is NULL at collect_config()Taeung Song2016-06-061-1/+5
| * | | perf config: Fix abnormal termination at perf_parse_file()Taeung Song2016-06-061-9/+7
| * | | perf stat: Add missing aggregation headers for --metric-only CSVAndi Kleen2016-06-061-0/+14
| * | | perf stat: Print topology/time headers with --metric-onlyAndi Kleen2016-06-061-10/+22
| * | | perf stat: Add computation of TopDown formulasAndi Kleen2016-06-063-0/+172
| * | | perf stat: Basic support for TopDown in perf statAndi Kleen2016-06-066-3/+184
| * | | perf test: Ignore .scale and other special filesAndi Kleen2016-06-061-2/+2
| * | | perf script: Show call graphs when 1st event doesn't have it but some other hasHe Kuang2016-06-031-10/+13
| * | | tools lib api: Respect CROSS_COMPILE for the linkerLucas Stach2016-06-031-0/+1
| * | | perf evlist: Fix alloc_mmap() failure pathWang Nan2016-06-031-1/+4
| * | | perf evsel: Provide way to extract integer value from format_fieldArnaldo Carvalho de Melo2016-06-032-10/+17
* | | | Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2016-06-08119-1397/+5561
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-274-1/+1236
| |\ \
| | * | tools: kvm_stat: Add commentsJanosch Frank2016-05-251-2/+159
| | * | tools: kvm_stat: Introduce pid monitoringJanosch Frank2016-05-252-22/+167
| | * | tools: kvm_stat: Powerpc related fixesHemant Kumar2016-05-251-0/+2
| | * | tools: Add kvm_stat man pagePaolo Bonzini2016-05-252-2/+99
| | * | tools: Add kvm_stat vm monitor scriptJanosch Frank2016-05-253-1/+835
| * | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-261-4/+4
| |\ \ \
| | * | | kbuild: rename cmd_cc_i_c to cmd_cpp_i_cMasahiro Yamada2016-04-201-4/+4
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-2535-247/+473
| |\ \ \ \
| * \ \ \ \ Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-252-0/+9
| |\ \ \ \ \
| | * | | | | objtool: Allow building with older libelfJan Beulich2016-05-172-0/+9
| * | | | | | Merge branch 'parisc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-252-1/+9
| |\ \ \ \ \ \
| | * | | | | | selftests/thuge-gen: Use platform specific MAP_HUGETLB valueHelge Deller2016-05-221-0/+2
| | * | | | | | parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller2016-05-221-1/+7
| * | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-05-244-3/+55
| |\ \ \ \ \ \ \
| | * | | | | | | ringtest: pass buf != NULLMichael S. Tsirkin2016-05-221-1/+1
| | * | | | | | | virtio: add inorder optionMichael S. Tsirkin2016-05-223-2/+54