messages from 2019-07-30 02:54:47 to 2019-08-22 21:00:54 UTC [more...]
[GIT PULL] perf/core improvements and fixes
2019-08-22 21:00 UTC (20+ messages)
` [PATCH 01/25] tools headers: Add missing perf_event.h include
` [PATCH 02/25] perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
` [PATCH 03/25] libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
` [PATCH 04/25] libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
` [PATCH 05/25] perf arm64: Add missing debug.h header
` [PATCH 06/25] perf kvm s390: Add missing string.h header
` [PATCH 07/25] perf metricgroup: Remove needless includes from metricgroup.h
` [PATCH 08/25] perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep tree
` [PATCH 09/25] perf counts: Add missing headers needed for types used
` [PATCH 10/25] perf bpf: Add missing xyarray.h header
` [PATCH 11/25] perf evlist: "
` [PATCH 12/25] perf script: Add missing counts.h
` [PATCH 13/25] perf tests: "
` [PATCH 14/25] perf stat: "
` [PATCH 15/25] perf scripting python: Add missing counts.h header
` [PATCH 16/25] perf evsel: Add missing perf/evsel.h header in util/evsel.h
` [PATCH 17/25] perf evsel: Remove needless counts.h header from util/evsel.h
` [PATCH 18/25] perf evsel: Remove needless stddef.h "
` [PATCH 19/25] perf evsel: util/evsel.h needs stdio.h as it uses FILE
[PATCH] Fixes hang in zstd compression test by changing the source of random data
2019-08-22 13:55 UTC
[RFC PATCH 0/3] perf tools: Add support for "report" for some spe events
2019-08-22 1:44 UTC (8+ 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/core improvements and fixes
2019-08-20 19:44 UTC (20+ messages)
` [PATCH 01/17] tools headers: Add limits.h to access __WORDSIZE
` [PATCH 02/17] perf tools: tools/include should come before tools/uapi/include
` [PATCH 03/17] tools headers: Grab copy of linux/const.h, needed by linux/bits.h
` [PATCH 04/17] tools headers: Synchronize linux/bits.h with the kernel sources
` [PATCH 05/17] tools arch x86: Sync asm/cpufeatures.h with the with the kernel
` [PATCH 06/17] perf evsel: Add comment for 'idx' member in 'struct perf_sample_id
` [PATCH 07/17] tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file
` [PATCH 08/17] perf record: Enable LBR callstack capture jointly with thread stack
` [PATCH 09/17] perf report: Dump LBR callstack data by -D "
` [PATCH 10/17] perf report: Prefer DWARF callstacks to LBR ones when captured both
` [PATCH 11/17] perf cs-etm: Support sample flags 'insn' and 'insnlen'
` [PATCH 12/17] perf ui: Make 'exit_msg' optional in ui__question_window()
` [PATCH 13/17] perf ui: Introduce non-interactive ui__info_window() function
` [PATCH 14/17] perf ui browser: Allow specifying message to show when no samples are available to display
` [PATCH 15/17] perf top: Show info message while collecting samples
` [PATCH 16/17] tools headers: Fixup bitsperlong per arch includes
` [PATCH 17/17] libperf: Fix arch include paths
[GIT PULL] perf/core improvements and fixes
2019-08-16 20:16 UTC (18+ messages)
` [PATCH 01/17] perf vendor events intel: Add Tremontx event file v1.02
` [PATCH 02/17] perf script: Allow specifying event to switch on processing of other events
` [PATCH 03/17] perf script: Allow showing the --switch-on event
` [PATCH 04/17] perf script: Allow specifying event to switch off processing of other events
` [PATCH 05/17] perf evswitch: Move struct to a separate header to use in other tools
` [PATCH 06/17] perf evswitch: Move switch logic "
` [PATCH 07/17] perf evswitch: Add the names of on/off events
` [PATCH 08/17] perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processing
` [PATCH 09/17] perf evswitch: Introduce init() method to set the on/off evsels from the command line
` [PATCH 10/17] perf evswitch: Move enoent error message printing to separate function
` [PATCH 11/17] perf evswitch: Add hint when not finding specified on/off events
` [PATCH 12/17] perf trace: Add --switch-on/--switch-off events
` [PATCH 13/17] perf top: "
` [PATCH 14/17] perf report: "
` [PATCH 15/17] perf map: Use zalloc for map_groups
` [PATCH 16/17] perf unwind: Fix libunwind when tid != pid
` [PATCH 17/17] perf unwind: Remove unnecessary test
[GIT PULL] perf/core improvements and fixes
2019-08-14 18:40 UTC (29+ messages)
` [PATCH 01/28] perf session: Avoid infinite loop when seeing invalid header.size
` [PATCH 02/28] perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfig
` [PATCH 03/28] perf config: Document the PERF_CONFIG environment variable
` [PATCH 04/28] perf test vfs_getname: Disable ~/.perfconfig to get default output
` [PATCH 05/28] perf tools: Fix paths in include statements
` [PATCH 06/28] perf vendor events intel: Add Icelake V1.00 event file
` [PATCH 07/28] perf top: Set display thread COMM to help with debugging
` [PATCH 08/28] perf hists: Do not link a pair if already linked
` [PATCH 09/28] perf trace: Fix segmentation fault when access syscall info on arm64
` [PATCH 10/28] perf hist: Remove dummy entries when finding real ones
` [PATCH 11/28] perf top: Collapse and resort all evsels in a group
` [PATCH 12/28] tools build: Add capability-related feature detection
` [PATCH 13/28] perf tools: Add helpers to use capabilities if present
` [PATCH 14/28] perf tools: Add NO_LIBCAP=1 to the minimal build test
` [PATCH 15/28] perf tools: Add CAP_SYSLOG define for older systems
` [PATCH 16/28] perf ftrace: Use CAP_SYS_ADMIN instead of euid==0
` [PATCH 17/28] perf ftrace: Improve error message about capability to use ftrace
` [PATCH 18/28] perf record: Add an option to take an AUX snapshot on exit
` [PATCH 19/28] perf tools: Add aux_output attribute flag
` [PATCH 20/28] perf tools: Add itrace option 'o' to synthesize aux-output events
` [PATCH 21/28] perf intel-pt: Process options for PEBS event synthesis
` [PATCH 22/28] perf tools: Add aux-output config term
` [PATCH 23/28] perf intel-pt: Add brief documentation for PEBS via Intel PT
` [PATCH 24/28] perf evsel: Provide meaningful warning when trying to use 'aux_output' on older kernels
` [PATCH 25/28] tools: Keep list of tools in alphabetical order
` [PATCH 26/28] perf.data documentation: Clarify HEADER_SAMPLE_TOPOLOGY format
` [PATCH 27/28] perf record: Support aarch64 random socket_id assignment
` [PATCH 28/28] perf ui: No need to set ui_browser to 1 twice
[GIT PULL] perf/urgent improvements and fixes
2019-08-08 18:53 UTC (11+ messages)
` [PATCH 01/10] perf bench numa: Fix cpu0 binding
` [PATCH 02/10] perf annotate: Fix printing of unaugmented disassembled instructions from BPF
` [PATCH 03/10] perf db-export: Fix thread__exec_comm()
` [PATCH 04/10] perf ftrace: Fix failure to set cpumask when only one cpu is present
` [PATCH 05/10] perf cpumap: Fix writing to illegal memory in handling cpumap mask
` [PATCH 06/10] perf tools: Fix a typo in a variable name in the Documentation Makefile
` [PATCH 07/10] perf tools: Fix include paths in ui directory
` [PATCH 08/10] perf record: Fix module size on s390
` [PATCH 09/10] perf annotate: Fix s390 gap between kernel end and module start
` [PATCH 10/10] perf pmu-events: Fix missing "cpu_clk_unhalted.core" event
[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
[GIT PULL] perf/urgent fixes
2019-08-01 19:55 UTC (5+ 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 07/12] tools headers UAPI: Sync sched.h with the kernel
[GIT PULL 000/107] perf/core improvements and fixes
2019-07-31 11:56 UTC (89+ messages)
` [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
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