[roll] Roll fuchsia [kernel] Improve output of "k zx ps" with large numbers of handles.

The "fx zx ps" command prints the number of kernel objects in each process.

The first column is the KOID of the process, while the second column is
the number of handles.

If the number of handles is 1000 or greater, the two columns will merge
into each other, making the output hard to read:

     id  #h:  #jb #pr #th #vo #vm #ch #ev #po #so #tm #fi #?? [name]
   1888186493:    1   1   5  72  26 186319   0   1  63   0   0   4 [archivist.cm]

This CL gives marginally improves the situation by unconditionally
putting at least one space between the two:

     id     #h:  #jb #pr #th #vo #vm #ch #ev #po #so #tm #fi #?? [name]
   1888 186493:    1   1   5  72  26 186319   0   1  63   0   0   4 [archivist.cm]

While columns are still misaligned due to the large numbers present,
they can be more easily read.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/528792
Original-Revision: 47e373047faa02cfa8b0e875227cdf22b3089123
GitOrigin-RevId: e7f89e8fc4c4b6825959435201472ab102478039
Change-Id: I9509c64ce3aafc7a74534cf80283b15b4ccc39cc
1 file changed
tree: 155188bbcb386c4ecac3c1a2dca5a388904c2df5
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.