summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* perf script: Add option to enable the LBR stitching approachKan Liang2020-04-182-0/+23
* perf report: Add option to enable the LBR stitching approachKan Liang2020-04-182-0/+23
* perf callchain: Stitch LBR call stackKan Liang2020-04-186-28/+188
* perf callchain: Save previous cursor nodes for LBR stitching approachKan Liang2020-04-183-4/+83
* perf thread: Save previous sample for LBR stitching approachKan Liang2020-04-183-0/+36
* perf thread: Add a knob for LBR stitch approachKan Liang2020-04-182-0/+4
* perf machine: Factor out lbr_callchain_add_lbr_ip()Kan Liang2020-04-181-70/+73
* perf machine: Factor out lbr_callchain_add_kernel_ip()Kan Liang2020-04-181-22/+45
* perf machine: Refine the function for LBR call stack reconstructionKan Liang2020-04-181-35/+76
* perf machine: Remove the indent in resolve_lbr_callchain_sampleKan Liang2020-04-181-60/+63
* perf header: Support CPU PMU capabilitiesKan Liang2020-04-184-0/+128
* perf parser: Add support to specify rXXX event with pmuJiri Olsa2020-04-184-1/+31
* perf doc: allow ASCIIDOC_EXTRA to be an argumentIan Rogers2020-04-181-2/+2
* perf pmu: Add support for PMU capabilitiesKan Liang2020-04-182-0/+91
* perf stat: Force error in fallback on :k eventsStephane Eranian2020-04-181-0/+4
* perf tools: Add support for leader-sampling with AUX area eventsAdrian Hunter2020-04-182-6/+42
* perf evlist: Allow multiple read formatsAdrian Hunter2020-04-181-2/+4
* perf evsel: Rearrange perf_evsel__config_leader_sampling()Adrian Hunter2020-04-181-13/+13
* perf evlist: Move leader-sampling configurationAdrian Hunter2020-04-182-19/+29
* perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_...Adrian Hunter2020-04-183-19/+23
* perf intel-pt: Add support for synthesizing callchains for regular eventsAdrian Hunter2020-04-161-7/+61
* perf evsel: Add support for synthesized sample typeAdrian Hunter2020-04-161-1/+14
* perf evsel: Be consistent when looking which evsel PERF_SAMPLE_ bits are setAdrian Hunter2020-04-161-1/+1
* perf thread-stack: Add thread_stack__sample_late()Adrian Hunter2020-04-162-0/+60
* perf auxtrace: Add an option to synthesize callchains for regular eventsAdrian Hunter2020-04-166-4/+12
* perf auxtrace: For reporting purposes, un-group AUX area eventAdrian Hunter2020-04-161-5/+55
* perf s390-cpumsf: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2020-04-162-0/+10
* perf cs-etm: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2020-04-161-0/+11
* perf arm-spe: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2020-04-161-0/+9
* perf intel-bts: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2020-04-161-0/+10
* perf intel-pt: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2020-04-161-0/+10
* perf auxtrace: Add ->evsel_is_auxtrace() callbackAdrian Hunter2020-04-162-0/+21
* perf script: Add flamegraph.py scriptAndreas Gerstmayr2020-04-163-0/+129
* perf metrictroup: Split the metricgroup__add_metric functionKajol Jain2020-04-161-25/+35
* perf expr: Add expr_scanner_ctx objectJiri Olsa2020-04-163-7/+13
* perf expr: Add expr_ prefix for parse_ctx and parse_idJiri Olsa2020-04-165-17/+17
* perf synthetic-events: save 4kb from 2 stack framesIan Rogers2020-04-161-12/+10
* perf bench: Add event synthesis benchmarkIan Rogers2020-04-165-2/+117
* perf script: Simplify auxiliary event printing functionsAdrian Hunter2020-04-161-238/+66
* perf tools: Support CAP_PERFMON capabilityAlexey Budankov2020-04-165-8/+15
* perf annotate: Add basic support for bpf_imageJiri Olsa2020-04-165-0/+34
* perf machine: Set ksymbol dso as loaded on arrivalJiri Olsa2020-04-161-0/+1
* perf tools: Synthesize bpf_trampoline/dispatcher ksymbol eventJiri Olsa2020-04-161-0/+93
* perf stat: Honour --timeout for forked workloadsArnaldo Carvalho de Melo2020-04-161-1/+4
* tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+2
* tools headers: Update x86's syscall_64.tbl with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-370/+370
* tools headers UAPI: Sync linux/mman.h with the kernelArnaldo Carvalho de Melo2020-04-141-0/+1
* tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2020-04-141-0/+1
* tools headers: Update linux/vdso.h and grab a copy of vdso/const.hArnaldo Carvalho de Melo2020-04-141-0/+1
* perf stat: Fix no metric header if --per-socket and --metric-only setJin Yao2020-04-141-2/+5