aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-showprio
Commit message (Collapse)AuthorAgeFilesLines
* prog: generate choice table only for enabled callsAleksandr Nogikh2025-07-291-1/+2
| | | | | | | | | | | | | We used to generate a choice table and do its normalization for all present syscalls, also it was not considered during the /prio page generation. Enabled/disabled syscalls were accounted for in the choice table construction, but there's a chance that the resulting table was still somewhat skewed. The situation must have become worse after several thousands of auto syscalls were added.
* pkg/mgrconfig, prog, tools: allow automatically generated or manually ↵Pimyn Girgis2024-08-121-1/+1
| | | | | | written descriptions or both Add "Auto" type and allow to choose descriptions mode in configurations. Defaults to using manual only.
* prog: make priority calculation fasterDmitry Vyukov2021-01-051-2/+2
| | | | | | | Switch from float32 to int32. Float32 is super slow in arm emulation. Plus flats are generally non-deterministic due to order of operations, so we needed to do additional sorts to deal with that. Now we don't.
* all: fix format of fmt.Printf/Fprintf callsDmitry Vyukov2020-11-301-4/+4
|
* tools/syz-showprio: add a tool to visualize the priority tableVeronica Radu2019-09-231-0/+69