Age | Commit message (Expand) | Author |
2025-02-22 | key: support reversing migrating by screen | Vito Caputo |
2025-02-22 | screen: support xwin next/prev screen_rels | Vito Caputo |
2025-02-20 | charts: update charts->this_sample when unpausing | Vito Caputo |
2025-02-19 | charts: add IRQ/SoftIRQ static row @ row 1 | Vito Caputo |
2025-02-09 | README: mention new XK_m operation/modifier | Vito Caputo |
2025-02-09 | key: warp pointer to middle of focused window when chasing | Vito Caputo |
2025-02-08 | key: early support for XK_m modifier to chase focus | Vito Caputo |
2025-02-08 | key: align some comments | Vito Caputo |
2025-01-27 | TODO-vmon: fix typo | Vito Caputo |
2025-01-25 | TODO-vmon: add entry for litter cleanup | Vito Caputo |
2025-01-19 | TODO-vmon: remove --reaper now that it's implemented | Vito Caputo |
2025-01-19 | vmon: add some sanity checks for weird flag combinations | Vito Caputo |
2025-01-19 | vmon: monitor vmon's PID when reaper and executor | Vito Caputo |
2025-01-19 | vmon: implement --reaper | Vito Caputo |
2025-01-19 | vmon: introduce -R/--reaper flag | Vito Caputo |
2025-01-12 | TODO: introduce TODO-vmon.txt | Vito Caputo |
2025-01-07 | vmon: introduce -L,--mem-locked flag | Vito Caputo |
2025-01-01 | libvmon: public vmon_proc_monitor() shouldn't accept a parent | Vito Caputo |
2025-01-01 | libvmon: ignore orphaned followed children still having parents | Vito Caputo |
2025-01-01 | vmon: wire up charts_vmon_dump_procs() to -D/--dump-procs | Vito Caputo |
2025-01-01 | charts: expose vmon_dump_procs() in a trivial wrapper | Vito Caputo |
2025-01-01 | libvmon: add vmon_dump_procs() debugging aid | Vito Caputo |
2025-01-01 | TODO: rename to TODO-vwm.txt | Vito Caputo |
2024-11-30 | vcr: make vcr_shift_below_row_up_one() assert unconditional | Vito Caputo |
2024-11-30 | charts: assert that descendents of stale are stale | Vito Caputo |
2024-11-30 | libvmon: assume stale threads in a stale process | Vito Caputo |
2024-11-20 | vcr: fix us->timespec conversion math typo | Vito Caputo |
2024-11-19 | libvmon: increase VMON_HTAB_SIZE | Vito Caputo |
2024-11-13 | charts: fix skipped overlay render in stalls when deferred | Vito Caputo |
2024-10-19 | vcr: implement markers for vcr_present_mem_to_png() | Vito Caputo |
2024-10-19 | vcr: pass vwm_charts_t.marker_distance ref to vcr_new() | Vito Caputo |
2024-10-19 | vmon: wire up the new markers API to vmon's CLI | Vito Caputo |
2024-10-19 | charts: stub out marker API | Vito Caputo |
2024-10-19 | charts: remove shadow_row() wrapper | Vito Caputo |
2024-10-19 | README: some minor updates | Vito Caputo |
2024-10-19 | charts: use named define for default interval | Vito Caputo |
2024-10-19 | charts/vcr: s/double/float/ | Vito Caputo |
2024-10-19 | charts: use multiplicative inverse in some places | Vito Caputo |
2024-10-18 | vcr: clip vcr_shift_below_row_up_one() for mem backend | Vito Caputo |
2024-10-16 | vcr: prevent row overflow in mem vcr_draw_text() | Vito Caputo |
2024-10-12 | libvmon: sprinkling of asserts | Vito Caputo |
2024-10-12 | vcr: more asserts | Vito Caputo |
2024-10-08 | charts: use clock_gettime(CLOCK_MONOTONIC_RAW) | Vito Caputo |
2024-10-08 | charts: move vwm logo / $name / Hz back to top | Vito Caputo |
2024-10-08 | charts: introduce a scheduling "adherence" row | Vito Caputo |
2024-10-08 | charts: move fixed pre-hierarchy rows to a define | Vito Caputo |
2024-10-08 | charts: compute an "adherence" value | Vito Caputo |
2024-10-08 | charts: try compute a real desired_delay_us | Vito Caputo |
2024-10-08 | vcr: switch to ppoll() and return microseconds delay | Vito Caputo |
2024-10-08 | vwm: ms->us poll timeout transition | Vito Caputo |