summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2020-09-30KConfigAttributes loader: provide kconfig hashDaniel Friesel-0/+14
2020-09-24show failing and nop symbolsDaniel Friesel-14/+28
2020-09-18explore-kconfig: explore neighbourhood of working random configurationsDaniel Friesel-0/+3
2020-09-17configurable Kconfig filename and randconfig commandDaniel Friesel-3/+5
2020-09-16make choice node configurableDaniel Friesel-4/+7
2020-09-16add kconfig model cross validationDaniel Friesel-3/+40
2020-09-16switch to sum of squared residuals as loss functionDaniel Friesel-33/+47
2020-09-16documentationDaniel Friesel-4/+45
2020-09-16kconfig model: json importDaniel Friesel-44/+167
2020-09-14configurable maximum stddev for kconfig modelDaniel Friesel-5/+8
2020-09-14Fix KConfigModel.to_jsonDaniel Friesel-1/+1
2020-09-11add analyze-kconfig scriptDaniel Friesel-16/+32
2020-09-10add kconfig benchmark loader and model generationDaniel Friesel-12/+165
2020-09-10kconfig experiment: store Kconfig hashDaniel Friesel-6/+15
2020-09-10Add kconfig state space exploration script (random + neighbourhood)Daniel Friesel-0/+214
2020-07-22runner: make arch functions arch-specificDaniel Friesel-116/+143
2020-07-22fix runner.get_counter_limits_us for non-default cpu frequenciesDaniel Friesel-2/+2
2020-07-17Bugfixes in edge casesDaniel Friesel-2/+2
2020-07-15CrossValidator: Compute RMSDDaniel Friesel-12/+9
2020-07-15Allow state-only PTAModel to be converted to JSON without underlying PTADaniel Friesel-2/+6
2020-07-14Add --no-cache optionDaniel Friesel-2/+2
2020-07-13Run MSP430FR benchmarks at 8 MHz; support sleep > 500 ms for energytraceDaniel Friesel-0/+17
2020-07-09parameters: documentation, remove unused dict keyDaniel Friesel-1/+2
2020-07-09Remove unimplemented discard-outliers optionsDaniel Friesel-9/+0
2020-07-09code style: two newlines before classesDaniel Friesel-0/+1
2020-07-08RawData: load ptalog if availableDaniel Friesel-4/+9
2020-07-08prepare for Logic Analyzer and Timing based EnergyTrace syncDaniel Friesel-2/+16
2020-07-08Fix incomplete raw_output in generate-dfa-benchmark outputDaniel Friesel-4/+14
2020-07-06MIMOSA loader: Remove legacy sub-state detection codeDaniel Friesel-71/+0
2020-07-06Rename dfatool.dfatool to dfatool.loaderDaniel Friesel-0/+0
2020-07-06remove unused mean_or_none functionDaniel Friesel-11/+0
2020-07-06move gplearn_to_function to functions moduleDaniel Friesel-47/+41
2020-07-06Remove co-dependent parameter detection codeDaniel Friesel-213/+0
2020-07-06dfatool: EnergyTraceLog: Log error if zbar is not availableDaniel Friesel-0/+1
2020-07-06Move keysightdlog to binDaniel Friesel-164/+0
2020-07-06dfatool: Remove unused importsDaniel Friesel-8/+1
2020-07-06Move ParamFit, PTAModel, AnalyticModel to model.py moduleDaniel Friesel-1171/+1186
2020-07-06Move CrossValidator to a separate validation moduleDaniel Friesel-264/+259
2020-07-03AnalyticFunction: Remove _ prefix from public attributesDaniel Friesel-13/+13
2020-07-03move get_fit_result to ParamFit classDaniel Friesel-58/+54
2020-07-03more consistent logging; use logger. instead of logging. where appropriateDaniel Friesel-65/+81
2020-07-02Use logging module for debug outputDaniel Friesel-121/+57
2020-07-01Restore k-fold cross validation supportDaniel Friesel-8/+91
2020-06-25analyze-archive: Add --info optionDaniel Friesel-1/+5
2020-05-28dfatool: EnergyTraceLog: Add power trace export (with_traces=True)Daniel Friesel-33/+41
2020-05-28use black(1) for uniform code formattingDaniel Friesel-3163/+5558
2020-05-20automata: Handle set_param before arg_to_param_mapDaniel Friesel-3/+5
2020-05-15analyze-arche: Add --plot-traces optionDaniel Friesel-3/+11
2020-05-14Allow individual energy/power traces to be exported to the file systemDaniel Friesel-6/+22
2020-04-30dfatool: Fix Code128 importDaniel Friesel-1/+1