- 2946ece perf inject: Add missing callbacks in perf_tool by Namhyung Kim · 4 years, 3 months ago
- 0bf02a0 perf bench: Add build-id injection benchmark by Namhyung Kim · 4 years, 3 months ago
- 388968d perf trace: Use the autogenerated mmap 'prot' string/id table by Arnaldo Carvalho de Melo · 4 years, 4 months ago
- 08fc476 tools beauty: Add script to generate table of mmap's 'prot' argument by Arnaldo Carvalho de Melo · 4 years, 4 months ago
- 6169322 perf beauty mmap_flags: Conditionaly define the mmap flags by Arnaldo Carvalho de Melo · 4 years, 4 months ago
- 9012e3d perf trace beauty: Add script to autogenerate mremap's flags args string/id table by Arnaldo Carvalho de Melo · 4 years, 4 months ago
- d758d5d perf tools: Separate the checking of headers only used to build beautification tables by Arnaldo Carvalho de Melo · 4 years, 4 months ago
- 717d182 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 4 months ago
- a55b7bb perf test: Fix msan uninitialized use. by Ian Rogers · 4 years, 4 months ago
- aa98d84 perf parse-events: Reduce casts around bp_addr by Ian Rogers · 4 years, 4 months ago
- 40b74c30 perf test: Add expand cgroup event test by Namhyung Kim · 4 years, 4 months ago
- 89fb1ca perf tools: Allow creation of cgroup without open by Namhyung Kim · 4 years, 4 months ago
- b214ba8 perf tools: Copy metric events properly when expand cgroups by Namhyung Kim · 4 years, 4 months ago
- d1c5a0e perf stat: Add --for-each-cgroup option by Namhyung Kim · 4 years, 4 months ago
- 7fedd9b perf evsel: Add evsel__clone() function by Namhyung Kim · 4 years, 4 months ago
- b5ff7f2 perf vendor events: Update SkylakeX events to v1.21 by Jin Yao · 4 years, 8 months ago
- 038d3b5 perf vendor events intel: Update CascadelakeX events to v1.08 by Jin Yao · 4 years, 4 months ago
- 7c7ec32 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 4 months ago
- c9c9e6a Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 4 months ago
- 69f48c7 perf script: Add min, max to futex-contention output, in addition to avg by Hagen Paul Pfeifer · 4 years, 4 months ago
- 2a684fc perf script: Autopep8 futex-contention by Hagen Paul Pfeifer · 4 years, 4 months ago
- 002a3d6 perf stat: Skip duration_time in setup_system_wide by Jin Yao · 4 years, 4 months ago
- 18391e5 selftests: kvm: Fix assert failure in single-step test by Yang Weijiang · 4 years, 5 months ago
- d301713 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
- 0baca07 Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
- d110162 perf tsc: Support cap_user_time_short for event TIME_CONV by Leo Yan · 4 years, 4 months ago
- 78a93d4 perf tsc: Calculate timestamp with cap_user_time_short by Leo Yan · 4 years, 4 months ago
- 4979e86 perf tsc: Add rdtsc() for Arm64 by Leo Yan · 4 years, 4 months ago
- 03fca3a perf tsc: Move out common functions from x86 by Leo Yan · 4 years, 4 months ago
- 2f5fb55 tools/bootconfig: Add testcase for tailing space by Masami Hiramatsu · 4 years, 4 months ago
- 1d210c1 tools/bootconfig: Add testcases for repeated key with brace by Masami Hiramatsu · 4 years, 4 months ago
- 72f04da tools/io_uring: fix compile breakage by Douglas Gilbert · 4 years, 4 months ago
- 1f8ee7e Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
- 1ec882f selftests/vm: fix display of page size in map_hugetlb by Christophe Leroy · 4 years, 4 months ago
- 5a55d36 Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 4 months ago
- db6c6a0 objtool: Fix noreturn detection for ignored functions by Josh Poimboeuf · 4 years, 4 months ago
- 7cd5738 perf probe: Fall back to debuginfod query if debuginfo and source not found locally by Masami Hiramatsu · 4 years, 4 months ago
- ac7a75d perf probe: Fix to adjust symbol address with correct reloc_sym address by Masami Hiramatsu · 4 years, 4 months ago
- 7d537a8 perf intel-pt: Fix "context_switch event has no tid" error by Adrian Hunter · 4 years, 4 months ago
- fc18380 perf script: Display negative tid in non-sample events by Adrian Hunter · 4 years, 4 months ago
- 99f6381 perf docs: Improve help information in perf.txt by Zejiang Tang · 4 years, 4 months ago
- a803fbe perf metric: Remove duplicate include by YueHaibing · 4 years, 4 months ago
- 328781d perf tools: Add documentation for topdown metrics by Andi Kleen · 4 years, 4 months ago
- 55c36a9 perf stat: Support new per thread TopDown metrics by Andi Kleen · 4 years, 4 months ago
- acb6515 perf record: Support sample-read topdown metric group by Kan Liang · 4 years, 4 months ago
- 687986b perf tools: Rename group to topdown by Kan Liang · 4 years, 4 months ago
- c57f5ea perf machine: Add machine__for_each_dso() function by Jiri Olsa · 4 years, 4 months ago
- 056c172 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 4 months ago
- ce9c13f perf stat: Fix the ratio comments of miss-events by Qi Liu · 4 years, 4 months ago
- d5d325e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 4 months ago
- d26383d perf test: Free formats for perf pmu parse test by Namhyung Kim · 4 years, 4 months ago
- 6f47ed6 perf metric: Do not free metric when failed to resolve by Namhyung Kim · 4 years, 4 months ago
- 27adafc perf metric: Free metric when it failed to resolve by Namhyung Kim · 4 years, 4 months ago
- 437822b perf metric: Release expr_parse_ctx after testing by Namhyung Kim · 4 years, 4 months ago
- f5a5657 perf test: Fix memory leaks in parse-metric test by Namhyung Kim · 4 years, 4 months ago
- b12eea5 perf parse-event: Fix memory leak in evsel->unit by Namhyung Kim · 4 years, 4 months ago
- bfd1b83 perf evlist: Fix cpu/thread map leak by Namhyung Kim · 4 years, 4 months ago
- b033ab1 perf metric: Fix some memory leaks - part 2 by Namhyung Kim · 4 years, 4 months ago
- 4f57a1e perf metric: Fix some memory leaks by Namhyung Kim · 4 years, 4 months ago
- 22fe5a2 perf test: Free aliases for PMU event map aliases test by Namhyung Kim · 4 years, 4 months ago
- 56f3a1c perf vendor events amd: Remove trailing commas by Henry Burns · 4 years, 4 months ago
- 880a784 perf test: Leader sampling shouldn't clear sample period by Ian Rogers · 4 years, 4 months ago
- 3b0a18c perf record: Don't clear event's period if set by a term by Ian Rogers · 4 years, 4 months ago
- 2fa3fc9 tools headers UAPI: update linux/in.h copy by Arnaldo Carvalho de Melo · 4 years, 4 months ago
- 8d761d2 tools headers UAPI: Sync kvm.h headers with the kernel sources by Arnaldo Carvalho de Melo · 4 years, 4 months ago
- ae5dcc8 perf record: Prevent override of attr->sample_period for libpfm4 events by Stephane Eranian · 4 years, 4 months ago
- ce4326d perf record: Set PERF_RECORD_PERIOD if attr->freq is set. by David Sharp · 4 years, 4 months ago
- d2c7350 perf bench: Fix 2 memory sanitizer warnings by Ian Rogers · 4 years, 4 months ago
- 8a39e8c perf test: Fix the "signal" test inline assembly by Jiri Olsa · 4 years, 4 months ago
- 1b67fd0 Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 4 months ago
- 6374a56 selftests: rtnetlink: Test bridge enslavement with different parent IDs by Ido Schimmel · 4 years, 4 months ago
- 8366f0d perf tests: Call test_attr__open() directly by Jiri Olsa · 4 years, 5 months ago
- b1f815c perf vendor events power9: Add hv_24x7 core level metric events by Kajol Jain · 4 years, 5 months ago
- f5a489d perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtimeparam() by Kajol Jain · 4 years, 5 months ago
- 560ccbc perf jevents: Add support for parsing perchip/percore events by Kajol Jain · 4 years, 5 months ago
- 71a374b perf jevents: Add new structure to pass json fields. by Kajol Jain · 4 years, 5 months ago
- 0d52b78 perf jevents: Make json_events() static and ditch jevents.h file by Kajol Jain · 4 years, 5 months ago
- fe0aed1 perf test: Introduce script for Arm CoreSight testing by Leo Yan · 4 years, 5 months ago
- 9e34c1c perf metricgroup: Fix typo in comment. by Ian Rogers · 4 years, 4 months ago
- 7a16183 perf stat: Remove dead code: no need to set os.evsel twice by Ian Rogers · 4 years, 4 months ago
- fac49a3 perf list: Do not print 'Metric Groups:' unnecessarily by Namhyung Kim · 4 years, 4 months ago
- 9f86d64 perf list: Remove dead code in argument check by Namhyung Kim · 4 years, 4 months ago
- 20719c8 perf tools: Add build test with GTK+ by Arnaldo Carvalho de Melo · 4 years, 5 months ago
- 6c01469 tools feature: Add missing -lzstd to the fast path feature detection by Arnaldo Carvalho de Melo · 4 years, 5 months ago
- 746f534 tools/libbpf: Avoid counting local symbols in ABI check by Tony Ambardar · 4 years, 5 months ago
- 34d4ddd Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 4 months ago
- 4751bdd perf tools: Make GTK2 support opt-in by Arnaldo Carvalho de Melo · 4 years, 5 months ago
- 09b54b3 perf vendor events amd: Enable Family 19h users by matching Zen2 events by Kim Phillips · 4 years, 5 months ago
- 08ed77e perf vendor events amd: Add recommended events by Kim Phillips · 4 years, 5 months ago
- ab22eea perf vendor events amd: Add ITLB Instruction Fetch Hits event for zen1 by Kim Phillips · 4 years, 5 months ago
- 60d8045 perf vendor events amd: Add L2 Prefetch events for zen1 by Kim Phillips · 4 years, 5 months ago
- 2ae05fe perf: ftrace: Add filter support for option -F/--funcs by Changbin Du · 4 years, 5 months ago
- ee7fe31 perf tools: Consolidate close_control_option()'s into one function by Adrian Hunter · 4 years, 5 months ago
- 98189236 perf intel-pt: Document snapshot control command by Adrian Hunter · 4 years, 5 months ago
- 0b157b1 perf annotate: Add 'ret' (intel disasm style) as an alias for 'retq' by Arnaldo Carvalho de Melo · 4 years, 5 months ago
- bbe5446 perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config' by Arnaldo Carvalho de Melo · 4 years, 5 months ago
- d20aff1 perf record: Add 'snapshot' control command by Adrian Hunter · 4 years, 5 months ago
- a8fcbd2 perf tools: Add FIFO file names as alternative options to --control by Adrian Hunter · 4 years, 5 months ago
- 1f4390d perf tools: Use AsciiDoc formatting for --control option documentation by Adrian Hunter · 4 years, 5 months ago
- 40db8ff5 perf tools: Handle read errors from ctl_fd by Adrian Hunter · 4 years, 5 months ago