aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-28perf branch: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-28perf config: Add stat.big-num supportPaul A. Clarke5-1/+29
2020-05-28perf bpf-loader: Add missing '*' for key_scan_posWang ShaoBo1-1/+1
2020-05-28perf stat: Report summary for interval modeJin Yao3-5/+29
2020-05-28perf stat: Save aggr value to first member of prev_raw_countsJin Yao2-0/+21
2020-05-28perf stat: Copy counts from prev_raw_counts to evsel->countsJin Yao2-0/+25
2020-05-28perf counts: Reset prev_raw_counts countsJin Yao3-6/+6
2020-05-28perf stat: Fix wrong per-thread runtime stat for interval modeJin Yao1-29/+41
2020-05-28perf expr: Allow numbers to be followed by a dotIan Rogers2-1/+2
2020-05-28perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of boolsIan Rogers1-10/+8
2020-05-28perf stat: Fail on extra comma while parsing eventsJiri Olsa2-1/+4
2020-05-28perf script: Better align register values in dumpPaul A. Clarke1-1/+1
2020-05-28perf stat: POWER9 metrics: expand "ICT" acronymPaul A. Clarke1-10/+10
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva14-18/+18
2020-05-28perf intel-pt: Use allocated branch stack for PEBS sampleAdrian Hunter1-18/+13
2020-05-28perf docs: Introduce security.txt file to document related issuesAlexey Budankov1-0/+237
2020-05-28perf tool: Make perf tool aware of SELinux access controlAlexey Budankov2-17/+26
2020-05-28perf docs: Extend CAP_SYS_ADMIN with CAP_PERFMON where neededAlexey Budankov1-1/+1
2020-05-28perf expr: Migrate expr ids table to a hashmapIan Rogers7-190/+200
2020-05-28perf tools: Grab a copy of libbpf's hashmapIan Rogers4-0/+422
2020-05-28perf stat: Fix duration_time value for higher intervalsJiri Olsa1-1/+1
2020-05-28perf trace: Fix compilation error for make NO_LIBBPF=1 DEBUG=1Jiri Olsa2-20/+36
2020-05-28perf beauty: Allow the CC used in the arch errno names script to acccept CFLAGSIan Rogers1-1/+1
2020-05-28perf trace: Fix the selection for architectures to generate the errno name tablesIan Rogers1-1/+1
2020-05-28perf test: Improve pmu event metric testingIan Rogers3-6/+176
2020-05-28perf test: Provide a subtest callback to ask for the reason for skipping a subtestIan Rogers2-2/+10
2020-05-28perf parse-events: Make add PMU verbose output clearerIan Rogers5-28/+72
2020-05-28perf expr: Fix memory leaks in metric bisonIan Rogers1-0/+3
2020-05-28perf powerpc: Don't ignore sym-handling.c fileRavi Bangoria1-0/+1
2020-05-28perf expr: Test parsing of floating point numbersIan Rogers1-0/+1
2020-05-28perf record: Use an eventfd to wakeup when doneAnand K Mistry1-0/+39
2020-05-28tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo4-8/+8
2020-05-28perf evsel: Initialize evsel->per_pkg_mask to NULL in evsel__init()Arnaldo Carvalho de Melo1-0/+1
2020-05-28perf evsel: Fix 2 memory leaksIan Rogers1-0/+2
2020-05-28perf parse-events: Fix incorrect conversion of 'if () free()' to 'zfree()'Arnaldo Carvalho de Melo1-1/+2
2020-05-28perf tools: Fix is_bpf_image function logicJiri Olsa1-2/+2
2020-05-28perf c2c: Fix 'perf c2c record -e list' to show the default events usedIan Rogers5-19/+33
2020-05-28perf vendor events power9: Add missing metrics to POWER9 'cpi_breakdown'Paul A. Clarke1-65/+78
2020-05-28perf record: Add dummy event during system wide synthesisIan Rogers3-7/+74
2020-05-28perf evsel: Dummy events never triggers, no need to ask for PERF_SAMPLE_BRANCH_STACKIan Rogers1-1/+4
2020-05-28perf parse-events: Use strcmp() to compare the PMU nameJin Yao1-3/+2
2020-05-28perf stat: Increase perf metric output resolutionPaul A. Clarke1-1/+1
2020-05-28perf expr: Print a debug message for division by zeroIan Rogers1-2/+12
2020-05-28perf metrics: Fix parse errors in power9 metricsIan Rogers1-1/+1
2020-05-28perf metrics: Fix parse errors in power8 metricsIan Rogers1-1/+1
2020-05-28perf expr: Debug lex if debugging yaccIan Rogers1-0/+1
2020-05-28perf expr: Parse numbers as doublesIan Rogers1-7/+7
2020-05-28perf expr: Increase max otherIan Rogers1-1/+1
2020-05-28perf expr: Allow ',' to be an other tokenIan Rogers1-1/+1
2020-05-28perf metrics: Fix parse errors in skylake metricsIan Rogers1-2/+2