summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* perf tests expr: Added test for runtime param in metric expressionKajol Jain2020-04-301-0/+8
* perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain2020-04-308-27/+79
* perf pmu: Fix function name in comment, its get_cpuid_str(), not get_cpustr()Shaokun Zhang2020-04-301-1/+1
* perf report: Fix warning assignment of 0/1 to bool variableZou Wei2020-04-301-1/+1
* perf tools: Remove unneeded semicolonsZou Wei2020-04-307-7/+7
* perf c2c: Remove unneeded semicolonZou Wei2020-04-301-3/+3
* libtraceevent: Remove unneeded semicolonZou Wei2020-04-301-1/+1
* perf script: Remove extraneous newline in perf_sample__fprintf_regs()Stephane Eranian2020-04-301-2/+0
* perf synthetic events: Remove use of sscanf from /proc readingIan Rogers2020-04-301-52/+105
* tools api: Add a lightweight buffered reading apiIan Rogers2020-04-305-0/+422
* perf bench: Add a multi-threaded synthesize benchmarkIan Rogers2020-04-301-25/+186
* perf record: Add num-synthesize-threads optionStephane Eranian2020-04-233-2/+37
* perf test session topology: Fix data pathTommi Rantala2020-04-231-8/+4
* perf stat: Improve runtime stat for interval modeJin Yao2020-04-232-0/+3
* 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 evlist: Remove duplicate headersJagadeesh Pagadala2020-04-221-2/+0
* perf bench: Fix div-by-zero if runtime is zeroTommi Rantala2020-04-223-3/+6
* perf cgroup: Avoid needless closing of unopened fdTommi Rantala2020-04-221-1/+2
* Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-04-2285-513/+1851
|\
| * perf hist: Add fast path for duplicate entries checkKan Liang2020-04-183-1/+26
| * perf c2c: Add option to enable the LBR stitching approachKan Liang2020-04-182-0/+23
| * perf top: Add option to enable the LBR stitching approachKan Liang2020-04-183-0/+21
| * 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
| * tools lib traceevent: Take care of return value of asprintfHe Zhe2020-04-181-10/+19
| * 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