summaryrefslogtreecommitdiff
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* perf metricgroup: Add options to not group or mergeIan Rogers2020-05-285-19/+87
* perf metricgroup: Remove duped metric group eventsIan Rogers2020-05-281-29/+62
* perf metricgroup: Order event groups by sizeIan Rogers2020-05-281-1/+15
* perf metricgroup: Delay events string creationIan Rogers2020-05-281-12/+21
* perf metricgroup: Use early return in add_metricIan Rogers2020-05-281-7/+15
* perf metricgroup: Always place duration_time lastIan Rogers2020-05-281-9/+9
* perf metricgroup: Free metric_events on errorIan Rogers2020-05-281-0/+3
* perf util: Fix potential SEGFAULT in put_tracepoints_path error pathLi Bin2020-05-281-1/+1
* perf util: Fix memory leak of prefix_if_not_inXie XiuQi2020-05-281-1/+1
* perf ftrace: Detect workload failureChangbin Du2020-05-281-2/+11
* perf ftrace: Trace system wide if no target is givenChangbin Du2020-05-281-1/+1
* perf branch: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-1/+1
* perf config: Add stat.big-num supportPaul A. Clarke2020-05-285-1/+29
* perf bpf-loader: Add missing '*' for key_scan_posWang ShaoBo2020-05-281-1/+1
* perf stat: Report summary for interval modeJin Yao2020-05-283-5/+29
* perf stat: Save aggr value to first member of prev_raw_countsJin Yao2020-05-282-0/+21
* perf stat: Copy counts from prev_raw_counts to evsel->countsJin Yao2020-05-282-0/+25
* perf counts: Reset prev_raw_counts countsJin Yao2020-05-283-6/+6
* perf stat: Fix wrong per-thread runtime stat for interval modeJin Yao2020-05-281-29/+41
* perf expr: Allow numbers to be followed by a dotIan Rogers2020-05-282-1/+2
* perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of boolsIan Rogers2020-05-281-10/+8
* perf stat: Fail on extra comma while parsing eventsJiri Olsa2020-05-282-1/+4
* perf script: Better align register values in dumpPaul A. Clarke2020-05-281-1/+1
* perf stat: POWER9 metrics: expand "ICT" acronymPaul A. Clarke2020-05-281-10/+10
* perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-2814-18/+18
* perf intel-pt: Use allocated branch stack for PEBS sampleAdrian Hunter2020-05-281-18/+13
* perf docs: Introduce security.txt file to document related issuesAlexey Budankov2020-05-281-0/+237
* perf tool: Make perf tool aware of SELinux access controlAlexey Budankov2020-05-282-17/+26
* perf docs: Extend CAP_SYS_ADMIN with CAP_PERFMON where neededAlexey Budankov2020-05-281-1/+1
* perf expr: Migrate expr ids table to a hashmapIan Rogers2020-05-287-190/+200
* perf tools: Grab a copy of libbpf's hashmapIan Rogers2020-05-284-0/+422
* perf stat: Fix duration_time value for higher intervalsJiri Olsa2020-05-281-1/+1
* perf trace: Fix compilation error for make NO_LIBBPF=1 DEBUG=1Jiri Olsa2020-05-282-20/+36
* perf beauty: Allow the CC used in the arch errno names script to acccept CFLAGSIan Rogers2020-05-281-1/+1
* perf trace: Fix the selection for architectures to generate the errno name ta...Ian Rogers2020-05-281-1/+1
* perf test: Improve pmu event metric testingIan Rogers2020-05-283-6/+176
* perf test: Provide a subtest callback to ask for the reason for skipping a su...Ian Rogers2020-05-282-2/+10
* perf parse-events: Make add PMU verbose output clearerIan Rogers2020-05-285-28/+72
* perf expr: Fix memory leaks in metric bisonIan Rogers2020-05-281-0/+3
* perf powerpc: Don't ignore sym-handling.c fileRavi Bangoria2020-05-281-0/+1
* perf expr: Test parsing of floating point numbersIan Rogers2020-05-281-0/+1
* perf record: Use an eventfd to wakeup when doneAnand K Mistry2020-05-281-0/+39
* tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo2020-05-284-8/+8
* perf evsel: Initialize evsel->per_pkg_mask to NULL in evsel__init()Arnaldo Carvalho de Melo2020-05-281-0/+1
* perf evsel: Fix 2 memory leaksIan Rogers2020-05-281-0/+2
* perf parse-events: Fix incorrect conversion of 'if () free()' to 'zfree()'Arnaldo Carvalho de Melo2020-05-281-1/+2
* perf tools: Fix is_bpf_image function logicJiri Olsa2020-05-281-2/+2
* perf c2c: Fix 'perf c2c record -e list' to show the default events usedIan Rogers2020-05-285-19/+33
* perf vendor events power9: Add missing metrics to POWER9 'cpi_breakdown'Paul A. Clarke2020-05-281-65/+78
* perf record: Add dummy event during system wide synthesisIan Rogers2020-05-283-7/+74