summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf report/top: Add 'k' hotkey to zoom directly into the kernel mapArnaldo Carvalho de Melo2020-01-061-1/+8
* perf hists browser: Generalize the do_zoom_dso() functionArnaldo Carvalho de Melo2020-01-061-4/+7
* perf report/top: Improve toggle callchain menu optionArnaldo Carvalho de Melo2020-01-063-5/+54
* perf report/top: Add menu entry for toggling callchain expansionArnaldo Carvalho de Melo2020-01-061-0/+21
* perf report/top: Make ENTER consistently bring up menuArnaldo Carvalho de Melo2020-01-061-1/+2
* perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etcArnaldo Carvalho de Melo2020-01-061-0/+1
* tools lib api fs: Fix gcc9 stringop-truncation compilation errorAndrey Zhizhikin2020-01-061-1/+3
* libperf: Add man pagesJiri Olsa2020-01-0614-229/+1197
* libperf: Move to tools/lib/perfJiri Olsa2020-01-0639-4/+5
* perf tests bp_signal: Show expected versus obtained valuesArnaldo Carvalho de Melo2020-01-061-5/+5
* perf sched timehist: Add support for filtering on CPUDavid Ahern2020-01-062-0/+17
* perf record: Adapt affinity to machines with #CPUs > 1KAlexey Budankov2020-01-063-13/+45
* perf mmap: Declare type for cpu mask of arbitrary lengthAlexey Budankov2020-01-062-0/+23
* tools bitmap: Implement bitmap_equal() operation at bitmap APIAlexey Budankov2020-01-062-0/+45
* Merge tag 'perf-urgent-for-mingo-5.5-20191223' of git://git.kernel.org/pub/sc...Ingo Molnar2019-12-234-4/+12
|\
| * perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita2019-12-201-2/+2
| * perf map: Set kmap->kmaps backpointer for main kernel map chunksArnaldo Carvalho de Melo2019-12-201-0/+3
| * perf report: Fix incorrectly added dimensions as switch perf data fileJin Yao2019-12-201-1/+4
| * tools lib traceevent: Fix memory leakage in filter_eventHewenliang2019-12-201-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-2213-237/+603
|\ \
| * | selftests: pmtu: fix init mtu value in descriptionHangbin Liu2019-12-201-3/+3
| * | tc-testing: initial tdc selftests for cls_u32Davide Caratti2019-12-192-22/+205
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-193-24/+176
| |\ \
| | * | bpf: Add further test_verifier cases for record_func_keyDaniel Borkmann2019-12-193-24/+176
| * | | selftests: net: tls: remove recv_rcvbuf testThadeu Lima de Souza Cascardo2019-12-141-28/+0
| |/ /
| * | selftests/bpf: Test function_graph tracer and bpf trampoline togetherAlexei Starovoitov2019-12-111-0/+39
| * | bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen2019-12-112-2/+2
| * | tc-testing: unbreak full listing of tdc testcasesDavide Caratti2019-12-091-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-091-156/+176
| |\ \
| | * | selftests: netfilter: use randomized netns namesFlorian Westphal2019-12-071-156/+176
| * | | selftests: forwarding: Delete IPv6 address at the endIdo Schimmel2019-12-091-1/+1
* | | | Merge tag 'libnvdimm-fix-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-212-0/+7
|\ \ \ \
| * | | | tools/testing/nvdimm: Fix mock support for ioremapDan Williams2019-12-112-0/+7
| |/ / /
* | | | Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-12-183-2/+36
|\ \ \ \
| * | | | tpm: selftest: cleanup after unseal with wrong auth/policy testTadeusz Struk2019-12-171-0/+5
| * | | | tpm: selftest: add test covering async modeTadeusz Struk2019-12-173-2/+31
| |/ / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-1765-289/+976
|\ \ \ \ | | |_|/ | |/| |
| * | | perf vendor events s390: Remove name from L1D_RO_EXCL_WRITES descriptionEd Maste2019-12-161-1/+1
| * | | perf vendor events s390: Fix counter long description for DTLB1_GPAGE_WRITESEd Maste2019-12-161-1/+1
| * | | libtraceevent: Allow custom libdir pathSudip Mukherjee2019-12-162-4/+6
| * | | perf header: Fix false warning when there are no duplicate cache entriesMichael Petlan2019-12-111-15/+6
| * | | perf metricgroup: Fix printing event names of metric group with multiple eventsKajol Jain2019-12-111-2/+5
| * | | perf/x86/pmu-events: Fix Kernel_Utilization metricRavi Bangoria2019-12-1112-12/+12
| * | | perf top: Do not bail out when perf_env__read_cpuid() returns ENOSYSArnaldo Carvalho de Melo2019-12-111-3/+7
| * | | perf arch: Make the default get_cpuid() return compatible errorArnaldo Carvalho de Melo2019-12-111-1/+1
| * | | tools headers kvm: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-111-0/+1
| * | | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2019-12-1124-89/+3240
| |\ \ \ | | |/ /
| * | | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2019-12-041-1/+2
| * | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-041-3/+125
| * | | perf inject: Fix processing of ID index for injected instruction tracingAdrian Hunter2019-12-041-12/+1
OpenPOWER on IntegriCloud