summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
2021-10-08add basic analyze-kconfig scriptDaniel Friesel-0/+224
2021-10-05explore-config: documentationDaniel Friesel-2/+6
2021-10-05kconfig: allow combination of randconfig and neighbourhood explorationDaniel Friesel-5/+24
2021-08-19ParallelParamFit -> ParamFit, optionally without parallelismDaniel Friesel-3/+3
2021-06-25move print_static to cli moduleDaniel Friesel-29/+9
2021-06-23simplify dtree builderDaniel Friesel-23/+2
2021-06-23move kconfig-dtree builder to AnalyticModel. WIP.Daniel Friesel-79/+2
2021-06-23analyze-config: Generate kconfig-webconf compatible filesDaniel Friesel-2/+35
2021-06-23analyze-config: Fix a nasty RAM model bugDaniel Friesel-7/+25
2021-05-10analyze-config: correctly map param indexes to param namesDaniel Friesel-7/+2
2021-05-10analyze-config: support arbitrary splits, not just y/nDaniel Friesel-35/+72
2021-05-10analyze-config, to_json: use paramNames in exported json nodesDaniel Friesel-1/+2
2021-04-30analyze-config: use y/n instead of 1/0 for boolean kconfig nodesDaniel Friesel-7/+12
2021-04-20proper kconfig-webconf exportDaniel Friesel-49/+4
2021-04-20add dot export of energy modelsDaniel Friesel-0/+15
2021-04-19add dfa-to-dotDaniel Friesel-0/+13
2021-04-15Prepare KRATOS supportDaniel Friesel-37/+46
2021-03-25analyze-config: Use AnalyticModel for JSON outputDaniel Friesel-8/+23
2021-03-25analyze-config: Add RAM modelDaniel Friesel-7/+11
2021-03-25analyze-config: switch to dfatool functionsDaniel Friesel-46/+13
2021-03-25add analyze-config for kconfig ROM/RAM modelsDaniel Friesel-0/+199
2021-03-24export parameters for kconfigDaniel Friesel-1/+34
2021-03-24Add nearly correct JSON export for v0 measurements without PTA definitionDaniel Friesel-4/+2
2021-03-23kconfig-export: remove raw function keysDaniel Friesel-0/+3
2021-03-22preparations for kconfig-webconf model exportDaniel Friesel-1/+62
2021-03-19loader: merge dlog into keysight moduleDaniel Friesel-0/+2
2021-03-18add preliminary Keysight DLog supportDaniel Friesel-0/+56
2021-03-18analyze-archive: support multiple choices for show-model / show-qualityDaniel Friesel-5/+6
2021-03-17always handle co-dependent parametersDaniel Friesel-3/+0
2021-03-16generate-dfa-benchmark: add support for exernal monitorsDaniel Friesel-0/+26
2021-03-10analyze-archive --show-model=paramdetection: also show function argumentsDaniel Friesel-11/+22
2021-03-08model.assess: remove superfluous "by_name" indirectionDaniel Friesel-23/+22
2021-03-08add dataref exportDaniel Friesel-0/+19
2021-03-05promote sub-state models to a first-class modeling citizenDaniel Friesel-25/+18
2021-03-05analyze-archive: fix json exportDaniel Friesel-2/+6
2021-03-03Remove ModelInfo; add info to ModelFunction insteadDaniel Friesel-27/+35
2021-03-02PTAModel: Turn states, transitions, and states_and_transitions into attributesDaniel Friesel-31/+31
2021-03-02move ModelAttribute to parameters moduleDaniel Friesel-1/+1
2021-03-01get_fitted: also provide information on static (sub)modelsDaniel Friesel-6/+11
2021-03-01analyze-timing: --param-info -> --infoDaniel Friesel-3/+3
2021-03-01analyze-archive: handle dtree split on function argumentsDaniel Friesel-3/+5
2021-02-26refactor param_info, show splits in analyze-archive outputDaniel Friesel-56/+46
2021-02-25analyze-archive: --info: show argument values as wellDaniel Friesel-0/+11
2021-02-24treat last sub state as tail / default stateDaniel Friesel-1/+2
2021-02-23draft for clustering of parameter-independent sub-statesDaniel Friesel-3/+3
2021-02-23analyze-archive: show substate model quality in tableDaniel Friesel-5/+23
2021-02-22add simple sub-state model accessor and evaluationDaniel Friesel-0/+37
2021-02-22properly handle static submodel attributesDaniel Friesel-24/+33
2021-02-18refactor model generation from Analytic/PTAModel into ModelAttribute classDaniel Friesel-77/+114
2021-01-13improve html/markdown export detail levelDaniel Friesel-1/+63