summaryrefslogtreecommitdiff
path: root/tools/perf/tests/parse-metric.c
AgeCommit message (Expand)Author
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers
2023-05-27perf pmu: Separate pmu and pmusIan Rogers
2023-05-10perf metric: Change divide by zero and !support events behaviorIan Rogers
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo
2023-02-19perf stat: Remove saved_value/runtime_statIan Rogers
2023-02-19perf metric: Directly use counts rather than saved_valueIan Rogers
2023-02-19perf stat: Hide runtime_statIan Rogers
2023-02-19perf metric: Add --metric-no-threshold optionIan Rogers
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim
2022-08-13perf pmu-events: Hide the pmu_eventsIan Rogers
2022-08-13perf pmu-events: Move test events/metrics to JSONIan Rogers
2022-08-13perf pmu-events: Avoid passing pmu_events_mapIan Rogers
2022-08-13perf jevents: Remove the type/version variablesIan Rogers
2021-12-06perf test: Reset shadow counts before loadingIan Rogers
2021-11-13perf test: Rename struct test to test_suiteIan Rogers
2021-11-13perf test: Move each test suite struct to its testIan Rogers
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers
2021-04-29perf tests: Support 'Parse and process metrics' test for hybridJin Yao
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-03-03perf metric: Remove unneeded semicolonJiapeng Chong
2021-02-03perf test: Add parse-metric memory bandwidth testcaseJohn Garry
2020-11-30perf evlist: Use the right prefix for 'struct evlist' stats methodsArnaldo Carvalho de Melo
2020-09-28perf test: Fix msan uninitialized use.Ian Rogers
2020-09-17perf metric: Remove duplicate includeYueHaibing
2020-09-15perf test: Fix memory leaks in parse-metric testNamhyung Kim
2020-09-01perf test: Set NULL sentinel in pmu_events table in "Parse and process metric...Thomas Richter
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-06-22perf tests: Add parse metric test for frontend metricJiri Olsa
2020-06-22perf tests: Add parse metric test for ipc metricJiri Olsa