messages from 2019-07-15 21:11:54 to 2019-08-08 18:53:48 UTC [more...]
[GIT PULL] perf/urgent improvements and fixes
2019-08-08 18:53 UTC
[PATCH 1/2] perf/record: Fix module size on s390
2019-08-08 13:49 UTC (4+ messages)
` [PATCH 2/2] perf/top: Fix s390 gap between kernel end and module start
[RFC PATCH 0/3] perf tools: Add support for "report" for some spe events
2019-08-02 9:40 UTC (4+ messages)
` [RFC PATCH 1/3] perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
` [RFC PATCH 2/3] perf tools: Add support for "report" for some spe events
` [RFC PATCH 3/3] perf report: add --spe options for arm-spe
[GIT PULL] perf/urgent fixes
2019-08-01 19:55 UTC (13+ messages)
` [PATCH 01/12] tools include UAPI: Sync x86's syscalls_64.tbl and generic unistd.h to pick up clone3 and pidfd_open
` [PATCH 02/12] tools headers UAPI: Update tools's copy of kvm.h headers
` [PATCH 03/12] tools headers UAPI: Update tools's copy of mman.h headers
` [PATCH 04/12] tools headers UAPI: Update tools's copy of drm.h headers
` [PATCH 05/12] tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()
` [PATCH 06/12] tools headers UAPI: Sync usbdevice_fs.h with the kernels to get new ioctl
` [PATCH 07/12] tools headers UAPI: Sync sched.h with the kernel
` [PATCH 08/12] tools headers UAPI: Sync if_link.h "
` [PATCH 09/12] perf header: Fix divide by zero error if f_header.attr_size==0
[GIT PULL 000/107] perf/core improvements and fixes
2019-07-31 11:56 UTC (112+ messages)
` [PATCH 001/107] perf include bpf: Add bpf_tail_call() prototype
` [PATCH 002/107] perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !
` [PATCH 003/107] perf evsel: Store backpointer to attached bpf_object
` [PATCH 004/107] perf trace: Add pointer to BPF object containing __augmented_syscalls__
` [PATCH 005/107] perf trace: Look up maps just on the __augmented_syscalls__ BPF object
` [PATCH 006/107] perf trace: Order -e syscalls table
` [PATCH 007/107] perf trace: Add BPF handler for unaugmented syscalls
` [PATCH 008/107] perf trace: Allow specifying the bpf prog to augment specific syscalls
` [PATCH 009/107] perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place
` [PATCH 010/107] perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event
` [PATCH 011/107] perf augmented_raw_syscalls: Add handler for "openat"
` [PATCH 012/107] perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY
` [PATCH 013/107] perf augmented_raw_syscalls: Support copying two string syscall args
` [PATCH 014/107] perf trace: Look for default name for entries in the syscalls prog array
` [PATCH 015/107] perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload
` [PATCH 016/107] perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'
` [PATCH 017/107] perf trace beauty: Make connect's addrlen be printed as an int, not hex
` [PATCH 018/107] perf trace beauty: Disable fd->pathname when close() not enabled
` [PATCH 019/107] perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg
` [PATCH 020/107] perf trace beauty: Beautify 'sendto's sockaddr arg
` [PATCH 021/107] perf trace beauty: Beautify bind's "
` [PATCH 022/107] perf trace beauty: Add BPF augmenter for the 'rename' syscall
` [PATCH 023/107] perf trace: Forward error codes when trying to read syscall info
` [PATCH 024/107] perf trace: Mark syscall ids that are not allocated to avoid unnecessary error messages
` [PATCH 025/107] perf trace: Preallocate the syscall table
` [PATCH 026/107] perf trace: Reuse BPF augmenters from syscalls with similar args signature
` [PATCH 027/107] perf trace: Add "sendfile64" alias to the "sendfile" syscall
` [PATCH 028/107] perf stat: Move loaded out of struct perf_counts_values
` [PATCH 029/107] perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
` [PATCH 030/107] perf tools: Rename struct thread_map to struct perf_thread_map
` [PATCH 031/107] perf evsel: Rename struct perf_evsel to struct evsel
` [PATCH 032/107] perf evlist: Rename struct perf_evlist to struct evlist
` [PATCH 033/107] perf evsel: Rename perf_evsel__init() to evsel__init()
` [PATCH 034/107] perf evlist: Rename perf_evlist__init() to evlist__init()
` [PATCH 035/107] perf evlist: Rename perf_evlist__new() to evlist__new()
` [PATCH 036/107] perf evlist: Rename perf_evlist__delete() to evlist__delete()
` [PATCH 037/107] perf evsel: Rename perf_evsel__delete() to evsel__delete()
` [PATCH 038/107] perf evsel: Rename perf_evsel__new() to evsel__new()
` [PATCH 039/107] perf evlist: Rename perf_evlist__add() to evlist__add()
` [PATCH 040/107] perf evlist: Rename perf_evlist__remove() to evlist__remove()
` [PATCH 041/107] perf evsel: Rename perf_evsel__open() to evsel__open()
` [PATCH 042/107] perf evsel: Rename perf_evsel__enable() to evsel__enable()
` [PATCH 043/107] perf evsel: Rename perf_evsel__disable() to evsel__disable()
` [PATCH 044/107] perf evsel: Rename perf_evsel__apply_filter() to evsel__apply_filter()
` [PATCH 045/107] perf evsel: Rename perf_evsel__cpus() to evsel__cpus()
` [PATCH 046/107] perf evlist: Rename perf_evlist__open() to evlist__open()
` [PATCH 047/107] perf evlist: Rename perf_evlist__close() to evlist__close()
` [PATCH 048/107] perf evlist: Rename perf_evlist__enable() to evlist__enable()
` [PATCH 049/107] perf evlist: Rename perf_evlist__disable() to evlist__disable()
` [PATCH 050/107] libperf: Make libperf.a part of the perf build
` [PATCH 051/107] libperf: Add build version support
` [PATCH 052/107] libperf: Add libperf to the python.so build
` [PATCH 053/107] libperf: Add perf/core.h header
` [PATCH 054/107] libperf: Add debug output support
` [PATCH 055/107] libperf: Add perf_cpu_map struct
` [PATCH 056/107] libperf: Add perf_cpu_map__dummy_new() function
` [PATCH 057/107] libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
` [PATCH 058/107] libperf: Add perf_thread_map struct
` [PATCH 059/107] libperf: Add perf_thread_map__new_dummy() function
` [PATCH 060/107] libperf: Add perf_thread_map__get()/perf_thread_map__put()
` [PATCH 061/107] libperf: Add perf_evlist and perf_evsel structs
` [PATCH 062/107] libperf: Include perf_evsel in evsel object
` [PATCH 063/107] libperf: Include perf_evlist in evlist object
` [PATCH 064/107] libperf: Add perf_evsel__init function
` [PATCH 065/107] libperf: Add perf_evlist__init() function
` [PATCH 066/107] libperf: Add perf_evlist__add() function
` [PATCH 067/107] libperf: Add perf_evlist__remove() function
` [PATCH 068/107] libperf: Add nr_entries to struct perf_evlist
` [PATCH 069/107] libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
` [PATCH 070/107] libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
` [PATCH 071/107] libperf: Move zalloc.o into libperf
` [PATCH 072/107] libperf: Add perf_evlist__new() function
` [PATCH 073/107] libperf: Add perf_evsel__new() function
` [PATCH 074/107] libperf: Add perf_evlist__for_each_evsel() iterator
` [PATCH 075/107] libperf: Add perf_evlist__delete() function
` [PATCH 076/107] libperf: Add perf_evsel__delete() function
` [PATCH 077/107] libperf: Add cpus to struct perf_evsel
` [PATCH 078/107] libperf: Add own_cpus "
` [PATCH 079/107] libperf: Add threads "
` [PATCH 080/107] libperf: Add has_user_cpus to struct perf_evlist
` [PATCH 081/107] libperf: Add cpus "
` [PATCH 082/107] libperf: Add threads "
` [PATCH 083/107] libperf: Add perf_evlist__set_maps() function
` [PATCH 084/107] libperf: Adopt xyarray class from perf
` [PATCH 085/107] libperf: Move fd array from perf's evsel to lobperf's perf_evsel class
` [PATCH 086/107] libperf: Move nr_members from perf's evsel to libperf's perf_evsel
` [PATCH 087/107] libperf: Adopt the readn()/writen() functions from tools/perf
` [PATCH 088/107] libperf: Adopt perf_evsel__alloc_fd() function "
` [PATCH 089/107] libperf: Adopt simplified perf_evsel__open() "
` [PATCH 090/107] libperf: Adopt simplified perf_evsel__close() "
` [PATCH 091/107] libperf: Adopt perf_evsel__read() "
` [PATCH 092/107] libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functions
` [PATCH 093/107] libperf: Add perf_cpu_map__for_each_cpu() macro
` [PATCH 094/107] libperf: Add perf_evsel__cpus()/threads() functions
` [PATCH 095/107] libperf: Adopt simplified perf_evlist__open()/close() functions from tools/perf
` [PATCH 096/107] libperf: Adopt perf_evlist__enable()/disable() functions from perf
` [PATCH 097/107] libperf: Add perf_evsel__attr() function
` [PATCH 098/107] libperf: Add install targets
` [PATCH 099/107] libperf: Add tests support
` [PATCH 100/107] libperf: Add perf_cpu_map test
` [PATCH 101/107] libperf: Add perf_thread_map test
` [PATCH 102/107] libperf: Add perf_evlist test
` [PATCH 103/107] libperf: Add perf_evsel tests
` [PATCH 104/107] libperf: Add perf_evlist__enable/disable test
` [PATCH 105/107] libperf: Add perf_evsel__enable/disable test
` [PATCH 106/107] libperf: Initial documentation
` [PATCH 107/107] perf vendor events power9: Added missing event descriptions
Tracing Summit 2019 - Schedule Release
2019-07-30 14:28 UTC
[PATCH 0/1] perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1
2019-07-26 13:40 UTC (3+ messages)
` [PATCH 1/1] "
[GIT PULL] perf/urgent fixes
2019-07-23 21:42 UTC (12+ messages)
` [PATCH 01/10] perf script: Fix --max-blocks man page description
` [PATCH 02/10] perf script: Improve man page description of metrics
` [PATCH 03/10] perf script: Fix off by one in brstackinsn IPC computation
` [PATCH 04/10] perf tools: Fix proper buffer size for feature processing
` [PATCH 05/10] perf stat: Fix segfault for event group in repeat mode
` [PATCH 06/10] perf stat: Always separate stalled cycles per insn
` [PATCH 07/10] perf session: Fix loading of compressed data split across adjacent records
` [PATCH 08/10] perf probe: Set pev->nargs to zero after freeing pev->args entries
` [PATCH 09/10] perf probe: Avoid calling freeing routine multiple times for same pointer
` [PATCH 10/10] perf build: Do not use -Wshadow on gcc < 4.8
[GIT PULL] perf/core improvements and fixes
2019-07-22 17:38 UTC (38+ messages)
` [PATCH 01/37] perf include bpf: Add bpf_tail_call() prototype
` [PATCH 02/37] perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !
` [PATCH 03/37] perf evsel: Store backpointer to attached bpf_object
` [PATCH 04/37] perf trace: Add pointer to BPF object containing __augmented_syscalls__
` [PATCH 05/37] perf trace: Look up maps just on the __augmented_syscalls__ BPF object
` [PATCH 06/37] perf trace: Order -e syscalls table
` [PATCH 07/37] perf trace: Add BPF handler for unaugmented syscalls
` [PATCH 08/37] perf trace: Allow specifying the bpf prog to augment specific syscalls
` [PATCH 09/37] perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place
` [PATCH 10/37] perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event
` [PATCH 11/37] perf augmented_raw_syscalls: Add handler for "openat"
` [PATCH 12/37] perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY
` [PATCH 13/37] perf augmented_raw_syscalls: Support copying two string syscall args
` [PATCH 14/37] perf trace: Look for default name for entries in the syscalls prog array
` [PATCH 15/37] perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload
` [PATCH 16/37] perf script: Fix --max-blocks man page description
` [PATCH 17/37] perf script: Improve man page description of metrics
` [PATCH 18/37] perf script: Fix off by one in brstackinsn IPC computation
` [PATCH 19/37] perf tools: Fix proper buffer size for feature processing
` [PATCH 20/37] perf stat: Fix segfault for event group in repeat mode
` [PATCH 21/37] perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'
` [PATCH 22/37] perf trace beauty: Make connect's addrlen be printed as an int, not hex
` [PATCH 23/37] perf trace beauty: Disable fd->pathname when close() not enabled
` [PATCH 24/37] perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg
` [PATCH 25/37] perf trace beauty: Beautify 'sendto's sockaddr arg
` [PATCH 26/37] perf trace beauty: Beautify bind's "
` [PATCH 27/37] perf stat: Always separate stalled cycles per insn
` [PATCH 28/37] perf session: Fix loading of compressed data split across adjacent records
` [PATCH 29/37] perf trace beauty: Add BPF augmenter for the 'rename' syscall
` [PATCH 30/37] perf trace: Forward error codes when trying to read syscall info
` [PATCH 31/37] perf trace: Mark syscall ids that are not allocated to avoid unnecessary error messages
` [PATCH 32/37] perf trace: Preallocate the syscall table
` [PATCH 33/37] perf trace: Reuse BPF augmenters from syscalls with similar args signature
` [PATCH 34/37] perf trace: Add "sendfile64" alias to the "sendfile" syscall
` [PATCH 35/37] perf probe: Set pev->nargs to zero after freeing pev->args entries
` [PATCH 36/37] perf probe: Avoid calling freeing routine multiple times for same pointer
` [PATCH 37/37] perf build: Do not use -Wshadow on gcc < 4.8
[PATCH v3 bpf-next 05/12] libbpf: add resizable non-thread safe internal hashmap
2019-07-18 3:35 UTC (2+ messages)
[PATCH 1/3] perf script: Fix --max-blocks man page description
2019-07-16 18:45 UTC (6+ messages)
` [PATCH 2/3] perf script: Fix off by one in brstackinsn IPC computation
` [PATCH 3/3] perf script: Improve man page description of metrics
[GIT PULL] perf/core improvements and fixes
2019-07-15 21:12 UTC (8+ messages)
` [PATCH 22/28] perf db-export: Export switch events
` [PATCH 23/28] perf scripts python: export-to-sqlite.py: "
` [PATCH 24/28] perf scripts python: export-to-postgresql.py: "
` [PATCH 25/28] perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_info
` [PATCH 26/28] perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()
` [PATCH 27/28] perf vendor events s390: Add JSON files for machine type 8561
` [PATCH 28/28] perf version: Fix segfault due to missing OPT_END()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).