aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-25/+0
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Gravatar Dan Williams 2-25/+0
2020-10-03mm: remove compat_process_vm_{readv,writev}Gravatar Christoph Hellwig 3-6/+6
2020-10-03fs: remove compat_sys_vmspliceGravatar Christoph Hellwig 3-3/+3
2020-10-03fs: remove the compat readv/writev syscallsGravatar Christoph Hellwig 3-6/+6
2020-10-01perf python scripting: Fix printable strings in python3 scriptsGravatar Jiri Olsa 1-1/+1
2020-10-01perf trace: Use the autogenerated mmap 'prot' string/id tableGravatar Arnaldo Carvalho de Melo 2-27/+24
2020-10-01tools beauty: Add script to generate table of mmap's 'prot' argumentGravatar Arnaldo Carvalho de Melo 1-0/+30
2020-09-30perf beauty mmap_flags: Conditionaly define the mmap flagsGravatar Arnaldo Carvalho de Melo 1-8/+8
2020-09-29perf trace beauty: Add script to autogenerate mremap's flags args string/id t...Gravatar Arnaldo Carvalho de Melo 3-19/+39
2020-09-29perf tools: Separate the checking of headers only used to build beautificatio...Gravatar Arnaldo Carvalho de Melo 1-2/+20
2020-09-28perf test: Fix msan uninitialized use.Gravatar Ian Rogers 1-1/+1
2020-09-28perf parse-events: Reduce casts around bp_addrGravatar Ian Rogers 3-7/+7
2020-09-28perf test: Add expand cgroup event testGravatar Namhyung Kim 4-0/+247
2020-09-28perf tools: Allow creation of cgroup without openGravatar Namhyung Kim 3-9/+14
2020-09-28perf tools: Copy metric events properly when expand cgroupsGravatar Namhyung Kim 8-3/+149
2020-09-28perf stat: Add --for-each-cgroup optionGravatar Namhyung Kim 5-1/+112
2020-09-28perf evsel: Add evsel__clone() functionGravatar Namhyung Kim 2-39/+158
2020-09-28perf vendor events: Update SkylakeX events to v1.21Gravatar Jin Yao 10-3565/+4129
2020-09-28perf vendor events intel: Update CascadelakeX events to v1.08Gravatar Jin Yao 8-995/+1067
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-10/+2
2020-09-23perf script: Add min, max to futex-contention output, in addition to avgGravatar Hagen Paul Pfeifer 1-2/+2
2020-09-23perf script: Autopep8 futex-contentionGravatar Hagen Paul Pfeifer 1-23/+28
2020-09-23perf stat: Skip duration_time in setup_system_wideGravatar Jin Yao 1-1/+3
2020-09-22fs: remove compat_sys_mountGravatar Christoph Hellwig 2-2/+2
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 17-49/+149
2020-09-22perf tsc: Support cap_user_time_short for event TIME_CONVGravatar Leo Yan 2-5/+13
2020-09-22perf tsc: Calculate timestamp with cap_user_time_shortGravatar Leo Yan 2-3/+14
2020-09-22perf tsc: Add rdtsc() for Arm64Gravatar Leo Yan 2-0/+22
2020-09-22perf tsc: Move out common functions from x86Gravatar Leo Yan 3-80/+72
2020-09-18perf probe: Fall back to debuginfod query if debuginfo and source not found l...Gravatar Masami Hiramatsu 3-8/+118
2020-09-18perf probe: Fix to adjust symbol address with correct reloc_sym addressGravatar Masami Hiramatsu 1-3/+5
2020-09-17perf metricgroup: Fix uncore metric expressionsGravatar Ian Rogers 1-19/+56
2020-09-17perf intel-pt: Fix "context_switch event has no tid" errorGravatar Adrian Hunter 1-4/+4
2020-09-17perf script: Display negative tid in non-sample eventsGravatar Adrian Hunter 2-5/+7
2020-09-17perf docs: Improve help information in perf.txtGravatar Zejiang Tang 1-22/+47
2020-09-17perf metric: Remove duplicate includeGravatar YueHaibing 1-2/+0
2020-09-17perf tools: Add documentation for topdown metricsGravatar Andi Kleen 1-0/+256
2020-09-17perf stat: Support new per thread TopDown metricsGravatar Andi Kleen 5-4/+134
2020-09-17perf record: Support sample-read topdown metric groupGravatar Kan Liang 4-1/+44
2020-09-17perf tools: Rename group to topdownGravatar Kan Liang 6-54/+61
2020-09-17perf machine: Add machine__for_each_dso() functionGravatar Jiri Olsa 2-0/+16
2020-09-17Merge remote-tracking branch 'torvalds/master' into perf/coreGravatar Arnaldo Carvalho de Melo 17-49/+149
2020-09-17perf parse-event: Release cpu_map refcount if evsel alloc failedGravatar Namhyung Kim 1-1/+3
2020-09-17perf parse-event: Fix cpu map refcountingGravatar Namhyung Kim 1-2/+2
2020-09-16perf stat: Fix the ratio comments of miss-eventsGravatar Qi Liu 1-10/+10
2020-09-15perf test: Free formats for perf pmu parse testGravatar Namhyung Kim 3-0/+13
2020-09-15perf metric: Do not free metric when failed to resolveGravatar Namhyung Kim 1-3/+6
2020-09-15perf metric: Free metric when it failed to resolveGravatar Namhyung Kim 1-5/+12
2020-09-15perf metric: Release expr_parse_ctx after testingGravatar Namhyung Kim 1-3/+5