aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests/parse-metric.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-27perf pmus: Remove perf_pmus__has_hybridGravatar Ian Rogers 1-5/+2
2023-05-27perf pmu: Separate pmu and pmusGravatar Ian Rogers 1-2/+2
2023-05-10perf metric: Change divide by zero and !support events behaviorGravatar Ian Rogers 1-0/+1
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Gravatar Arnaldo Carvalho de Melo 1-1/+1
2023-02-19perf stat: Remove saved_value/runtime_statGravatar Ian Rogers 1-1/+0
2023-02-19perf metric: Directly use counts rather than saved_valueGravatar Ian Rogers 1-2/+2
2023-02-19perf stat: Hide runtime_statGravatar Ian Rogers 1-11/+8
2023-02-19perf metric: Add --metric-no-threshold optionGravatar Ian Rogers 1-1/+0
2023-02-03perf pmu-events: Introduce pmu_metrics_tableGravatar Ian Rogers 1-1/+1
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsGravatar Ian Rogers 1-1/+1
2022-10-27perf stat: Allocate evsel->stats->aggr properlyGravatar Namhyung Kim 1-1/+1
2022-08-13perf pmu-events: Hide the pmu_eventsGravatar Ian Rogers 1-1/+1
2022-08-13perf pmu-events: Move test events/metrics to JSONGravatar Ian Rogers 1-66/+2
2022-08-13perf pmu-events: Avoid passing pmu_events_mapGravatar Ian Rogers 1-6/+1
2022-08-13perf jevents: Remove the type/version variablesGravatar Ian Rogers 1-2/+0
2021-12-06perf test: Reset shadow counts before loadingGravatar Ian Rogers 1-0/+1
2021-11-13perf test: Rename struct test to test_suiteGravatar Ian Rogers 1-1/+1
2021-11-13perf test: Move each test suite struct to its testGravatar Ian Rogers 1-1/+3
2021-10-20perf pmu: Add const to pmu_events_map.Gravatar Ian Rogers 1-1/+1
2021-04-29perf tests: Support 'Parse and process metrics' test for hybridGravatar Jin Yao 1-2/+6
2021-03-23perf tools: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-03-03perf metric: Remove unneeded semicolonGravatar Jiapeng Chong 1-1/+1
2021-02-03perf test: Add parse-metric memory bandwidth testcaseGravatar John Garry 1-0/+24
2020-11-30perf evlist: Use the right prefix for 'struct evlist' stats methodsGravatar Arnaldo Carvalho de Melo 1-2/+2
2020-09-28perf test: Fix msan uninitialized use.Gravatar Ian Rogers 1-1/+1
2020-09-17perf metric: Remove duplicate includeGravatar YueHaibing 1-2/+0
2020-09-15perf test: Fix memory leaks in parse-metric testGravatar Namhyung Kim 1-5/+9
2020-09-01perf test: Set NULL sentinel in pmu_events table in "Parse and process metric...Gravatar Thomas Richter 1-0/+3
2020-07-30perf metric: Add metric group testGravatar Jiri Olsa 1-2/+46
2020-07-30perf metric: Make compute_single function more preciseGravatar Jiri Olsa 1-9/+13
2020-07-30perf metric: Add recursion check when processing nested metricsGravatar Jiri Olsa 1-2/+32
2020-07-30perf metric: Add DCache_L2 to metric parse testGravatar Jiri Olsa 1-0/+71
2020-07-30perf metric: Add cache_miss_cycles to metric parse testGravatar Jiri Olsa 1-0/+33
2020-06-22perf tests: Add parse metric test for frontend metricGravatar Jiri Olsa 1-0/+25
2020-06-22perf tests: Add parse metric test for ipc metricGravatar Jiri Olsa 1-0/+145