summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-19Merge tag 'perf-core-for-mingo-5.7-20200310' of git://git.kernel.org/pub/scm/...Ingo Molnar41-382/+755
2020-03-17perf/amd/uncore: Add support for Family 19h L3 PMUKim Phillips2-8/+27
2020-03-17perf/amd/uncore: Make L3 thread mask code more readableKim Phillips1-5/+8
2020-03-17perf/amd/uncore: Prepare L3 thread mask code for Family 19hKim Phillips1-9/+16
2020-03-10perf block-info: Support color ops to print block percents in colorJin Yao1-10/+15
2020-03-10perf block-info: Allow selecting which columns to report and its orderJin Yao3-20/+59
2020-03-10perf diff: Use __block_info__cmp() to replace block_pair_cmp()Jin Yao3-21/+11
2020-03-10perf block-info: Fix wrong block address comparison in block_info__cmp()Jin Yao1-15/+6
2020-03-10perf expr: Make expr__parse() return -1 on errorJiri Olsa2-3/+3
2020-03-10perf expr: Straighten expr__parse()/expr__find_other() interfaceJiri Olsa4-12/+10
2020-03-10perf expr: Increase EXPR_MAX_OTHER to support metrics with more than 15 varia...Jiri Olsa1-1/+1
2020-03-10perf expr: Move expr lexer to flexJiri Olsa5-141/+247
2020-03-10perf expr: Add expr.c objectJiri Olsa3-16/+20
2020-03-10perf header: Add check for unexpected use of reserved membrs in event attrKan Liang1-0/+37
2020-03-10perf evsel: Support PERF_SAMPLE_BRANCH_HW_INDEXKan Liang3-3/+14
2020-03-10perf tools: Add hw_idx in struct branch_stackKan Liang13-71/+125
2020-03-06perf/cgroup: Order events in RB tree by cgroup idIan Rogers1-10/+84
2020-03-06perf/cgroup: Grow per perf_cpu_context heap storageIan Rogers1-0/+47
2020-03-06perf/core: Add per perf_cpu_context min_heap storageIan Rogers2-11/+39
2020-03-06perf/core: Use min_heap in visit_groups_merge()Ian Rogers1-16/+51
2020-03-06lib: Introduce generic min-heapIan Rogers4-0/+339
2020-03-06perf/cgroup: Reorder perf_cgroup_connect()Peter Zijlstra1-8/+8
2020-03-06perf/core: Remove 'struct sched_in_data'Peter Zijlstra1-25/+11
2020-03-06perf/core: Unify {pinned,flexible}_sched_in()Peter Zijlstra1-37/+21
2020-03-06Merge branch 'perf/urgent' into perf/core, to pick up the latest fixesIngo Molnar975-11411/+16169
2020-03-05tools headers UAPI: Update tools's copy of linux/perf_event.hArnaldo Carvalho de Melo1-1/+7
2020-03-04tools lib traceevent: Remove extra '\n' in print_event_time()Steven Rostedt (VMware)1-1/+1
2020-03-04libperf: Add counting exampleMichael Petlan1-0/+83
2020-03-04perf annotate: Get rid of annotation->nr_jumpsRavi Bangoria2-3/+0
2020-03-04perf llvm: Add debug hint message about missing kernel-devel packageArnaldo Carvalho de Melo1-0/+2
2020-03-04perf stat: Show percore counts in per CPU outputJin Yao4-5/+42
2020-03-04tools lib api fs: Move cgroupsfs_find_mountpoint()Namhyung Kim4-61/+72
2020-03-04Merge remote-tracking branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo977-11414/+16174
2020-03-04perf diff: Fix undefined string comparison spotted by clang's -Wstring-compareNick Desaulniers3-3/+5
2020-03-04Merge tag 'perf-urgent-for-mingo-5.6-20200303' of git://git.kernel.org/pub/sc...Ingo Molnar9-40/+34
2020-03-04Merge tag '5.6-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-20/+44
2020-03-03perf symbols: Don't try to find a vmlinux file when looking for kernel modulesArnaldo Carvalho de Melo1-7/+6
2020-03-03perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo5-22/+23
2020-03-02perf parse-events: Use asprintf() instead of strncpy() to read tracepoint filesArnaldo Carvalho de Melo1-8/+2
2020-03-02perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo1-2/+2
2020-03-02perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo1-1/+1
2020-03-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-9/+52
2020-03-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2020-03-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-214/+251
2020-03-02Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-101/+54
2020-03-02Linux 5.6-rc4v5.6-rc4Linus Torvalds1-1/+1
2020-03-02Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+7
2020-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds22-107/+171
2020-03-01KVM: VMX: check descriptor table exits on instruction emulationOliver Upton1-0/+15
2020-03-01Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-56/+34