summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-28perf expr: Allow numbers to be followed by a dotIan Rogers
2020-05-28perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of boolsIan Rogers
2020-05-28perf stat: Fail on extra comma while parsing eventsJiri Olsa
2020-05-28perf script: Better align register values in dumpPaul A. Clarke
2020-05-28perf stat: POWER9 metrics: expand "ICT" acronymPaul A. Clarke
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-28perf intel-pt: Use allocated branch stack for PEBS sampleAdrian Hunter
2020-05-28perf docs: Introduce security.txt file to document related issuesAlexey Budankov
2020-05-28perf tool: Make perf tool aware of SELinux access controlAlexey Budankov
2020-05-28perf docs: Extend CAP_SYS_ADMIN with CAP_PERFMON where neededAlexey Budankov
2020-05-28perf expr: Migrate expr ids table to a hashmapIan Rogers
2020-05-28perf tools: Grab a copy of libbpf's hashmapIan Rogers
2020-05-28perf stat: Fix duration_time value for higher intervalsJiri Olsa
2020-05-28perf trace: Fix compilation error for make NO_LIBBPF=1 DEBUG=1Jiri Olsa
2020-05-28perf beauty: Allow the CC used in the arch errno names script to acccept CFLAGSIan Rogers
2020-05-28perf trace: Fix the selection for architectures to generate the errno name ta...Ian Rogers
2020-05-28perf test: Improve pmu event metric testingIan Rogers
2020-05-28perf test: Provide a subtest callback to ask for the reason for skipping a su...Ian Rogers
2020-05-28perf parse-events: Make add PMU verbose output clearerIan Rogers
2020-05-28perf expr: Fix memory leaks in metric bisonIan Rogers
2020-05-28perf powerpc: Don't ignore sym-handling.c fileRavi Bangoria
2020-05-28perf expr: Test parsing of floating point numbersIan Rogers
2020-05-28perf record: Use an eventfd to wakeup when doneAnand K Mistry
2020-05-28tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORTArnaldo Carvalho de Melo
2020-05-28perf evsel: Initialize evsel->per_pkg_mask to NULL in evsel__init()Arnaldo Carvalho de Melo
2020-05-28perf evsel: Fix 2 memory leaksIan Rogers
2020-05-28perf parse-events: Fix incorrect conversion of 'if () free()' to 'zfree()'Arnaldo Carvalho de Melo
2020-05-28perf tools: Fix is_bpf_image function logicJiri Olsa
2020-05-28perf c2c: Fix 'perf c2c record -e list' to show the default events usedIan Rogers
2020-05-28perf vendor events power9: Add missing metrics to POWER9 'cpi_breakdown'Paul A. Clarke
2020-05-28perf record: Add dummy event during system wide synthesisIan Rogers
2020-05-28perf evsel: Dummy events never triggers, no need to ask for PERF_SAMPLE_BRANC...Ian Rogers
2020-05-28perf parse-events: Use strcmp() to compare the PMU nameJin Yao
2020-05-28perf stat: Increase perf metric output resolutionPaul A. Clarke
2020-05-28perf expr: Print a debug message for division by zeroIan Rogers
2020-05-28perf metrics: Fix parse errors in power9 metricsIan Rogers
2020-05-28perf metrics: Fix parse errors in power8 metricsIan Rogers
2020-05-28perf expr: Debug lex if debugging yaccIan Rogers
2020-05-28perf expr: Parse numbers as doublesIan Rogers
2020-05-28perf expr: Increase max otherIan Rogers
2020-05-28perf expr: Allow ',' to be an other tokenIan Rogers
2020-05-28perf metrics: Fix parse errors in skylake metricsIan Rogers
2020-05-28perf metrics: Fix parse errors in cascade lake metricsIan Rogers
2020-05-28perf expr: Allow for unlimited escaped characters in a symbolIan Rogers
2020-05-28perf script: Enable IP fields for callchainsJiri Olsa
2020-05-28perf callchain: Setup callchain properly in pipe modeJiri Olsa
2020-05-28perf session: Try to read pipe data from fileJiri Olsa
2020-05-28perf tools: Do not seek in pipe fd during tracing data processingJiri Olsa
2020-05-28perf tools: Do not display extra info when there is nothing to buildJiri Olsa
2020-05-28perf probe: Do not show the skipped eventsMasami Hiramatsu