8 Commits

Author SHA1 Message Date
Andrei Vagin f010ae01ac Fix a few typos 2025-01-29 21:16:51 -08:00
Adin Scannell 1ceb814544 Add default_applicable_licenses rules to packages.
PiperOrigin-RevId: 513581243
2023-03-02 10:50:04 -08:00
Shambhavi Srivastava 4e11daccf0 Adding more trace point integration tests for the following syscalls:
- signalfd
  - signalfd4
  - fcntl
  - pipe
  - pipe2
  - timerfd_create
  - timerfd_settime
  - timerfd_gettime
  - fork
  - vfork
  - inotify_init
  - inotify_init1
  - inotify_add_watch
  - inotify_rm_watch
  - clone

Updates #4805

PiperOrigin-RevId: 492297673
2022-12-01 14:19:28 -08:00
Shambhavi Srivastava 536a924f1a Adding more trace point integration tests for the following syscalls:
- chroot
 - dup
 - dup2
 - dup3
 - prlimit64
 - eventfd
 - eventfd2
 - bind
 - accept
 - accept4

Updates #4805

PiperOrigin-RevId: 489526376
2022-11-18 11:48:42 -08:00
Shambhavi Srivastava dec1aed143 Adding more trace point integration tests for the following syscalls:
- Chdir
- Fchdir
- Setgid
- Setuid
- Setsid
- Setresuid
- Setresgid

Updates #4805

PiperOrigin-RevId: 489076929
2022-11-16 17:06:35 -08:00
Fabricio Voznika e6f019594e Add read/write syscalls to trace points
Closes #8092

PiperOrigin-RevId: 488719448
2022-11-15 11:54:23 -08:00
Fabricio Voznika 5dc4c42f8f Add more trace point integration tests
Updates #4805

PiperOrigin-RevId: 455408137
2022-06-16 10:05:13 -07:00
Fabricio Voznika 11a9f17b9a Trace points integration test
Updates #4805

PiperOrigin-RevId: 451007875
2022-05-25 14:00:39 -07:00