summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2020-05-05perf intel-pt: Consolidate thread-stack use conditionAdrian Hunter
2020-05-05perf thread-stack: Add branch stack supportAdrian Hunter
2020-05-05perf tools: Simplify checking if SMT is active.Konstantin Khlebnikov
2020-05-05perf tools: Fix reading new topology attribute "core_cpus"Konstantin Khlebnikov
2020-05-05perf parse-events: Fix another memory leaks found on parse_events()Ian Rogers
2020-05-05perf parse-events: Fix memory leaks found on parse_eventsIan Rogers
2020-05-05perf parse-events: Fix memory leaks found on parse_eventsIan Rogers
2020-05-05perf record: Move side band evlist setup to separate routineArnaldo Carvalho de Melo
2020-05-05perf record: Introduce --switch-output-eventArnaldo Carvalho de Melo
2020-05-05perf evlist: Allow reusing the side band thread for more purposesArnaldo Carvalho de Melo
2020-05-05perf evlist: Move the sideband thread routines to separate objectArnaldo Carvalho de Melo
2020-05-05perf parse-events: Add parse_events_option() variant that creates evlistArnaldo Carvalho de Melo
2020-05-05perf bpf: Decouple creating the evlist from adding the SB eventArnaldo Carvalho de Melo
2020-05-05perf top: Move sb_evlist to 'struct perf_top'Arnaldo Carvalho de Melo
2020-05-05perf record: Move sb_evlist to 'struct record'Arnaldo Carvalho de Melo
2020-05-05perf tools: Move routines that probe for perf API features to separate fileArnaldo Carvalho de Melo
2020-04-30perf vendor events power9: Add hv_24x7 socket/chip level metric eventsKajol Jain
2020-04-30perf tools: Enable Hz/hz prinitg for --metric-only optionKajol Jain
2020-04-30perf tests expr: Added test for runtime param in metric expressionKajol Jain
2020-04-30perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain
2020-04-30perf pmu: Fix function name in comment, its get_cpuid_str(), not get_cpustr()Shaokun Zhang
2020-04-30perf report: Fix warning assignment of 0/1 to bool variableZou Wei
2020-04-30perf tools: Remove unneeded semicolonsZou Wei
2020-04-30perf c2c: Remove unneeded semicolonZou Wei
2020-04-30perf script: Remove extraneous newline in perf_sample__fprintf_regs()Stephane Eranian
2020-04-30perf synthetic events: Remove use of sscanf from /proc readingIan Rogers
2020-04-30tools api: Add a lightweight buffered reading apiIan Rogers
2020-04-30perf bench: Add a multi-threaded synthesize benchmarkIan Rogers
2020-04-23perf record: Add num-synthesize-threads optionStephane Eranian
2020-04-23perf test session topology: Fix data pathTommi Rantala
2020-04-23perf stat: Improve runtime stat for interval modeJin Yao
2020-04-22perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao
2020-04-22perf script: Avoid NULL dereference on symbolIan Rogers
2020-04-22perf bench: Fix div-by-zero if runtime is zeroTommi Rantala
2020-04-22perf cgroup: Avoid needless closing of unopened fdTommi Rantala
2020-04-18perf hist: Add fast path for duplicate entries checkKan Liang
2020-04-18perf c2c: Add option to enable the LBR stitching approachKan Liang
2020-04-18perf top: Add option to enable the LBR stitching approachKan Liang
2020-04-18perf script: Add option to enable the LBR stitching approachKan Liang
2020-04-18perf report: Add option to enable the LBR stitching approachKan Liang
2020-04-18perf callchain: Stitch LBR call stackKan Liang
2020-04-18perf callchain: Save previous cursor nodes for LBR stitching approachKan Liang
2020-04-18perf thread: Save previous sample for LBR stitching approachKan Liang
2020-04-18perf thread: Add a knob for LBR stitch approachKan Liang
2020-04-18perf machine: Factor out lbr_callchain_add_lbr_ip()Kan Liang
2020-04-18perf machine: Factor out lbr_callchain_add_kernel_ip()Kan Liang
2020-04-18perf machine: Refine the function for LBR call stack reconstructionKan Liang
2020-04-18perf machine: Remove the indent in resolve_lbr_callchain_sampleKan Liang
2020-04-18perf header: Support CPU PMU capabilitiesKan Liang
2020-04-18perf parser: Add support to specify rXXX event with pmuJiri Olsa