summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | perf inject: Add missing callbacks in perf_toolNamhyung Kim2020-10-131-5/+31
| * | | | | | | | | | | | perf bench: Add build-id injection benchmarkNamhyung Kim2020-10-136-5/+471
| * | | | | | | | | | | | perf trace: Use the autogenerated mmap 'prot' string/id tableArnaldo Carvalho de Melo2020-10-012-27/+24
| * | | | | | | | | | | | tools beauty: Add script to generate table of mmap's 'prot' argumentArnaldo Carvalho de Melo2020-10-011-0/+30
| * | | | | | | | | | | | perf beauty mmap_flags: Conditionaly define the mmap flagsArnaldo Carvalho de Melo2020-09-301-8/+8
| * | | | | | | | | | | | perf trace beauty: Add script to autogenerate mremap's flags args string/id t...Arnaldo Carvalho de Melo2020-09-293-19/+39
| * | | | | | | | | | | | perf tools: Separate the checking of headers only used to build beautificatio...Arnaldo Carvalho de Melo2020-09-291-2/+20
| * | | | | | | | | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-2812-11/+106
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | perf test: Fix msan uninitialized use.Ian Rogers2020-09-281-1/+1
| * | | | | | | | | | | | | perf parse-events: Reduce casts around bp_addrIan Rogers2020-09-283-7/+7
| * | | | | | | | | | | | | perf test: Add expand cgroup event testNamhyung Kim2020-09-284-0/+247
| * | | | | | | | | | | | | perf tools: Allow creation of cgroup without openNamhyung Kim2020-09-283-9/+14
| * | | | | | | | | | | | | perf tools: Copy metric events properly when expand cgroupsNamhyung Kim2020-09-288-3/+149
| * | | | | | | | | | | | | perf stat: Add --for-each-cgroup optionNamhyung Kim2020-09-285-1/+112
| * | | | | | | | | | | | | perf evsel: Add evsel__clone() functionNamhyung Kim2020-09-282-39/+158
| * | | | | | | | | | | | | perf vendor events: Update SkylakeX events to v1.21Jin Yao2020-09-2810-3565/+4129
| * | | | | | | | | | | | | perf vendor events intel: Update CascadelakeX events to v1.08Jin Yao2020-09-288-995/+1067
| * | | | | | | | | | | | | perf script: Add min, max to futex-contention output, in addition to avgHagen Paul Pfeifer2020-09-231-2/+2
| * | | | | | | | | | | | | perf script: Autopep8 futex-contentionHagen Paul Pfeifer2020-09-231-23/+28
| * | | | | | | | | | | | | perf stat: Skip duration_time in setup_system_wideJin Yao2020-09-231-1/+3
| * | | | | | | | | | | | | perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan2020-09-223-5/+17
| * | | | | | | | | | | | | perf tsc: Calculate timestamp with cap_user_time_shortLeo Yan2020-09-222-3/+14
| * | | | | | | | | | | | | perf tsc: Add rdtsc() for Arm64Leo Yan2020-09-222-0/+22
| * | | | | | | | | | | | | perf tsc: Move out common functions from x86Leo Yan2020-09-223-80/+72
| * | | | | | | | | | | | | perf probe: Fall back to debuginfod query if debuginfo and source not found l...Masami Hiramatsu2020-09-183-8/+118
| * | | | | | | | | | | | | perf probe: Fix to adjust symbol address with correct reloc_sym addressMasami Hiramatsu2020-09-181-3/+5
| * | | | | | | | | | | | | perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-09-171-4/+4
| * | | | | | | | | | | | | perf script: Display negative tid in non-sample eventsAdrian Hunter2020-09-172-5/+7
| * | | | | | | | | | | | | perf docs: Improve help information in perf.txtZejiang Tang2020-09-171-22/+47
| * | | | | | | | | | | | | perf metric: Remove duplicate includeYueHaibing2020-09-171-2/+0
| * | | | | | | | | | | | | perf tools: Add documentation for topdown metricsAndi Kleen2020-09-171-0/+256
| * | | | | | | | | | | | | perf stat: Support new per thread TopDown metricsAndi Kleen2020-09-175-4/+134
| * | | | | | | | | | | | | perf record: Support sample-read topdown metric groupKan Liang2020-09-174-1/+44
| * | | | | | | | | | | | | perf tools: Rename group to topdownKan Liang2020-09-176-54/+61
| * | | | | | | | | | | | | perf machine: Add machine__for_each_dso() functionJiri Olsa2020-09-172-0/+16
| * | | | | | | | | | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-1721-52/+156
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | perf tests: Call test_attr__open() directlyJiri Olsa2020-09-105-22/+15
| * | | | | | | | | | | | | perf vendor events power9: Add hv_24x7 core level metric eventsKajol Jain2020-09-101-13/+22
| * | | | | | | | | | | | | perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtim...Kajol Jain2020-09-103-6/+9
| * | | | | | | | | | | | | perf jevents: Add support for parsing perchip/percore eventsKajol Jain2020-09-102-0/+26
| * | | | | | | | | | | | | perf jevents: Add new structure to pass json fields.Kajol Jain2020-09-101-115/+97
| * | | | | | | | | | | | | perf jevents: Make json_events() static and ditch jevents.h fileKajol Jain2020-09-102-25/+1
| * | | | | | | | | | | | | perf test: Introduce script for Arm CoreSight testingLeo Yan2020-09-101-0/+183
| * | | | | | | | | | | | | perf metricgroup: Fix typo in comment.Ian Rogers2020-09-101-1/+1
| * | | | | | | | | | | | | perf stat: Remove dead code: no need to set os.evsel twiceIan Rogers2020-09-101-1/+0
| * | | | | | | | | | | | | perf list: Do not print 'Metric Groups:' unnecessarilyNamhyung Kim2020-09-091-4/+6
| * | | | | | | | | | | | | perf list: Remove dead code in argument checkNamhyung Kim2020-09-091-7/+0
| * | | | | | | | | | | | | perf tools: Add build test with GTK+Arnaldo Carvalho de Melo2020-09-091-0/+2
| * | | | | | | | | | | | | tools feature: Add missing -lzstd to the fast path feature detectionArnaldo Carvalho de Melo2020-09-091-1/+1
| * | | | | | | | | | | | | perf tools: Make GTK2 support opt-inArnaldo Carvalho de Melo2020-09-046-19/+9