summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2020-05-28perf metricgroup: Add options to not group or mergeIan Rogers
2020-05-28perf metricgroup: Remove duped metric group eventsIan Rogers
2020-05-28perf metricgroup: Order event groups by sizeIan Rogers
2020-05-28perf metricgroup: Delay events string creationIan Rogers
2020-05-28perf metricgroup: Use early return in add_metricIan Rogers
2020-05-28perf metricgroup: Always place duration_time lastIan Rogers
2020-05-28perf metricgroup: Free metric_events on errorIan Rogers
2020-05-28perf util: Fix potential SEGFAULT in put_tracepoints_path error pathLi Bin
2020-05-28perf util: Fix memory leak of prefix_if_not_inXie XiuQi
2020-05-28perf ftrace: Detect workload failureChangbin Du
2020-05-28perf ftrace: Trace system wide if no target is givenChangbin Du
2020-05-28perf branch: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-28perf config: Add stat.big-num supportPaul A. Clarke
2020-05-28perf bpf-loader: Add missing '*' for key_scan_posWang ShaoBo
2020-05-28perf stat: Report summary for interval modeJin Yao
2020-05-28perf stat: Save aggr value to first member of prev_raw_countsJin Yao
2020-05-28perf stat: Copy counts from prev_raw_counts to evsel->countsJin Yao
2020-05-28perf counts: Reset prev_raw_counts countsJin Yao
2020-05-28perf stat: Fix wrong per-thread runtime stat for interval modeJin Yao
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