summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf evsel: Dummy events never triggers, no need to ask for PERF_SAMPLE_BRANC...Ian Rogers2020-05-281-1/+4
* perf parse-events: Use strcmp() to compare the PMU nameJin Yao2020-05-281-3/+2
* perf stat: Increase perf metric output resolutionPaul A. Clarke2020-05-281-1/+1
* perf expr: Print a debug message for division by zeroIan Rogers2020-05-281-2/+12
* perf metrics: Fix parse errors in power9 metricsIan Rogers2020-05-281-1/+1
* perf metrics: Fix parse errors in power8 metricsIan Rogers2020-05-281-1/+1
* perf expr: Debug lex if debugging yaccIan Rogers2020-05-281-0/+1
* perf expr: Parse numbers as doublesIan Rogers2020-05-281-7/+7
* perf expr: Increase max otherIan Rogers2020-05-281-1/+1
* perf expr: Allow ',' to be an other tokenIan Rogers2020-05-281-1/+1
* perf metrics: Fix parse errors in skylake metricsIan Rogers2020-05-281-2/+2
* perf metrics: Fix parse errors in cascade lake metricsIan Rogers2020-05-281-5/+5