summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2020-07-31perf bench: Add benchmark of find_next_bitIan Rogers
2020-07-31perf tools: Fix record failure when mixed with ARM SPE eventWei Li
2020-07-31perf tests: Fix test 68 zstd compression for s390Thomas Richter
2020-07-30perf metric: Rename group_list to metric_listJiri Olsa
2020-07-30perf metric: Rename struct egroup to metricJiri Olsa
2020-07-30perf metric: Add metric group testJiri Olsa
2020-07-30perf metric: Make compute_single function more preciseJiri Olsa
2020-07-30perf metric: Add recursion check when processing nested metricsJiri Olsa
2020-07-30perf metric: Add DCache_L2 to metric parse testJiri Olsa
2020-07-30perf metric: Add cache_miss_cycles to metric parse testJiri Olsa
2020-07-30perf metric: Add events for the current listJiri Olsa
2020-07-30perf metric: Compute referenced metricsJiri Olsa
2020-07-30perf metric: Add referenced metrics to hash dataJiri Olsa
2020-07-30perf metric: Collect referenced metrics in struct metric_exprJiri Olsa
2020-07-30perf metric: Collect referenced metrics in struct metric_ref_nodeJiri Olsa
2020-07-30perf metric: Rename __metricgroup__add_metric to __add_metricJiri Olsa
2020-07-30perf metric: Add add_metric functionJiri Olsa
2020-07-30perf metric: Add macros for iterating map eventsJiri Olsa
2020-07-30perf metric: Add expr__del_id functionJiri Olsa
2020-07-30perf metric: Change expr__get_id to return struct expr_id_dataJiri Olsa
2020-07-30perf metric: Add expr__add_id functionJiri Olsa
2020-07-30perf metric: Fix memory leak in expr__add_id functionJiri Olsa
2020-07-30perf test: Ensure sample_period is set libpfm4 eventsIan Rogers
2020-07-30perf tools: Fix term parsing for raw syntaxJiri Olsa
2020-07-30perf tools: Allow r0x<HEX> event syntaxJiri Olsa
2020-07-29perf tools: No need to cache the PMUs in ARM SPE auxtrace init routineWei Li
2020-07-29perf tools: Fix record failure when mixed with ARM SPE eventWei Li
2020-07-28perf bench: Add basic syscall benchmarkDavidlohr Bueso
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-23KVM: PPC: Fix typo on H_DISABLE_AND_GET hcallLeonardo Bras
2020-07-22perf stat: Implement control commands handlingAlexey Budankov
2020-07-22perf stat: extend -D,--delay option with -1 valueAlexey Budankov
2020-07-22perf stat: Factor out event handling loop into dispatch_events()Alexey Budankov
2020-07-22perf stat: Factor out body of event handling loop for fork caseAlexey Budankov
2020-07-22perf stat: Move target check to loop control statementAlexey Budankov
2020-07-22perf stat: Factor out body of event handling loop for system wideAlexey Budankov
2020-07-22perf evlist: Implement control command handling functionsAlexey Budankov
2020-07-22perf evlist: Introduce control file descriptorsAlexey Budankov
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov
2020-07-21s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter
2020-07-21libperf: Avoid internal moving of fdarray fdsAlexey Budankov
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig
2020-07-17perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo
2020-07-17perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa
2020-07-17perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa
2020-07-17perf probe: Warn if the target function is a GNU indirect functionMasami Hiramatsu
2020-07-17perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu
2020-07-17perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu
2020-07-17perf probe: Avoid setting probes on the same address for the same eventMasami Hiramatsu
2020-07-10perf kmem: Pass additional arguments to 'perf record'Ian Rogers