summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* perf parse-events: Fix memory leaks found on parse_eventsIan Rogers2020-05-051-0/+1
* perf evlist: Allow reusing the side band thread for more purposesArnaldo Carvalho de Melo2020-05-052-0/+24
* perf evlist: Move the sideband thread routines to separate objectArnaldo Carvalho de Melo2020-05-053-117/+126
* perf parse-events: Add parse_events_option() variant that creates evlistArnaldo Carvalho de Melo2020-05-052-0/+24
* perf bpf: Decouple creating the evlist from adding the SB eventArnaldo Carvalho de Melo2020-05-054-24/+9
* perf top: Move sb_evlist to 'struct perf_top'Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf tools: Move routines that probe for perf API features to separate fileArnaldo Carvalho de Melo2020-05-058-158/+183
* perf tools: Enable Hz/hz prinitg for --metric-only optionKajol Jain2020-04-301-2/+0
* perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain2020-04-306-23/+67
* perf tools: Remove unneeded semicolonsZou Wei2020-04-304-4/+4
* perf synthetic events: Remove use of sscanf from /proc readingIan Rogers2020-04-301-52/+105
* perf record: Add num-synthesize-threads optionStephane Eranian2020-04-231-0/+1
* perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao2020-04-221-2/+4
* perf script: Avoid NULL dereference on symbolIan Rogers2020-04-221-1/+1
* perf cgroup: Avoid needless closing of unopened fdTommi Rantala2020-04-221-1/+2
* perf hist: Add fast path for duplicate entries checkKan Liang2020-04-183-1/+26
* perf top: Add option to enable the LBR stitching approachKan Liang2020-04-181-0/+1
* 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-183-0/+112
* perf parser: Add support to specify rXXX event with pmuJiri Olsa2020-04-182-0/+10
* 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-181-6/+39
* 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-163-2/+8
* 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 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-164-15/+15
* perf synthetic-events: save 4kb from 2 stack framesIan Rogers2020-04-161-12/+10