messages from 2019-03-06 21:11:29 to 2019-03-21 18:51:14 UTC [more...]
[GIT PULL 00/44] perf/core fixes and improvements
2019-03-21 18:51 UTC (17+ messages)
` [PATCH 01/44] perf list: Filter metrics too
` [PATCH 02/44] perf record: Allow to limit number of reported perf.data files
` [PATCH 03/44] perf record: Clarify help for --switch-output
` [PATCH 04/44] perf report: Show all sort keys in help output
` [PATCH 05/44] perf report: Indicate JITed code better in report
` [PATCH 06/44] perf script: Support relative time
` [PATCH 07/44] perf stat: Fix --no-scale
` [PATCH 08/44] perf stat: Improve scaling
` [PATCH 09/44] perf vendor events: Remove P8 HW events which are not supported
` [PATCH 10/44] perf tools: Add doc about how to build perf with Asan and UBSan
` [PATCH 11/44] perf list: Don't forget to drop the reference to the allocated thread_map
` [PATCH 12/44] perf tools: Fix errors under optimization level '-Og'
` [PATCH 13/44] perf config: Fix an error in the config template documentation
` [PATCH 14/44] perf config: Fix a memory leak in collect_config()
` [PATCH 15/44] perf build-id: Fix memory leak in print_sdt_events()
` [PATCH 16/44] perf top: Delete the evlist before perf_session, fixing heap-use-after-free issue
[PATCH v2 02/10] perf, tools, stat: Avoid memory overrun with -r
2019-03-19 19:33 UTC (3+ messages)
Some bug fixes to the res sample / script code
2019-03-13 9:13 UTC (9+ messages)
` [PATCH 1/3] perf, tools, report: Handle samples without time
` [PATCH 2/3] perf, tools, report: Pass on -f to child perf script
` [PATCH 3/3] perf, tools, report: Set up samples correctly in hierarchy mode
Misc improvements and bug fixes for perf
2019-03-12 16:43 UTC (19+ messages)
` [PATCH v1 01/10] perf, tools, list: Filter metrics too
` [PATCH v1 02/10] perf, tools, stat: Avoid memory overrun with -r
` [PATCH v1 03/10] perf, tools, record: Allow to limit number of reported perf.data files
` [PATCH v1 04/10] perf, tools, record: Clarify help for --switch-output
` [PATCH v1 05/10] perf, report: Show all sort keys in help output
` [PATCH v1 06/10] perf, tools, report: Print better message for JITed code
` [PATCH v1 07/10] perf, tools, report: Indicate JITed code better in report
` [PATCH v1 08/10] perf, tools, script: Support relative time
` [PATCH v1 09/10] perf, tools, stat: Fix --no-scale
` [PATCH v1 10/10] perf, tools, stat: Improve scaling
[GIT PULL 00/30] perf/core improvements and fixes
2019-03-12 2:02 UTC (31+ messages)
` [PATCH 01/30] perf/core: Restore mmap record type correctly
` [PATCH 02/30] perf script: Support insn output for normal samples
` [PATCH 03/30] perf report: Support output in nanoseconds
` [PATCH 04/30] perf time-utils: Add utility function to print time stamps "
` [PATCH 05/30] perf report: Parse time quantum
` [PATCH 06/30] perf probe: Fix getting the kernel map
` [PATCH 07/30] perf vendor events amd: perf PMU events for AMD Family 17h
` [PATCH 08/30] perf data: Support having perf.data stored as a directory
` [PATCH 09/30] perf data: Don't store auxtrace index for directory data file
` [PATCH 10/30] perf data: Add perf_data__update_dir() function
` [PATCH 11/30] perf data: Make perf_data__size() work over directory
` [PATCH 12/30] perf header: Add DIR_FORMAT feature to describe directory data
` [PATCH 13/30] perf session: Add process callback to reader object
` [PATCH 14/30] perf report: Use less for scripts output
` [PATCH 15/30] perf script python: Add Python3 support to exported-sql-viewer.py
` [PATCH 16/30] perf script python: Add Python3 support to export-to-postgresql.py
` [PATCH 17/30] perf script python: Add Python3 support to export-to-sqlite.py
` [PATCH 18/30] perf script python: Add printdate function to SQL exporters
` [PATCH 19/30] perf tools: Update x86's syscall_64.tbl, no change in tools/perf behaviour
` [PATCH 20/30] tools headers uapi: Sync copy of asm-generic/unistd.h with the kernel sources
` [PATCH 21/30] tools headers uapi: Update linux/in.h copy
` [PATCH 22/30] perf script: Filter COMM/FORK/.. events by CPU
` [PATCH 23/30] perf report: Support time sort key
` [PATCH 24/30] perf report: Support running scripts for current time range
` [PATCH 25/30] perf report: Support builtin perf script in scripts menu
` [PATCH 26/30] perf report: Implement browsing of individual samples
` [PATCH 27/30] perf tools: Add some new tips describing the new options
` [PATCH 28/30] perf script: Add array bound checking to list_scripts
` [PATCH 29/30] perf ui browser: Fix ui popup argv browser for many entries
` [PATCH 30/30] perf tools report: Add custom scripts to script menu
Support sample context in perf report
2019-03-11 19:04 UTC (27+ messages)
` [PATCH v6 01/11] perf tools script: Filter COMM/FORK/.. events by CPU
` [PATCH v6 02/11] perf tools report: Parse time quantum
` [PATCH v6 03/11] perf tools report: Support time sort key
` [PATCH v6 04/11] perf tools report: Use less for scripts output
` [PATCH v6 05/11] perf tools report: Support running scripts for current time range
` [PATCH v6 06/11] perf tools report: Support builtin perf script in scripts menu
` [PATCH v6 07/11] perf tools report: Implement browsing of individual samples
` [PATCH v6 08/11] perf tools: Add some new tips describing the new options
` [PATCH v6 09/11] perf tools report: Add custom scripts to script menu
` [PATCH v6 10/11] perf tools script: Add array bound checking to list_scripts
` [PATCH v6 11/11] perf tools ui: Fix ui popup browser for many entries
[PATCH v3 0/4] perf script python: add Python3 support
2019-03-11 14:59 UTC (7+ messages)
` [PATCH v3 1/4] perf script python: add Python3 support to exported-sql-viewer.py
` [PATCH v3 2/4] perf script python: add Python3 support to export-to-postgresql.py
` [PATCH v3 3/4] perf script python: add Python3 support to export-to-sqlite.py
` [PATCH v3 4/4] perf script python: add printdate function to SQL exporters
[PATCH] AMD perf PMU events for AMD Family 17h
2019-03-11 12:35 UTC (8+ messages)
` [PATCH v2] "
Support sample context in perf report
2019-03-11 12:32 UTC (19+ messages)
` [PATCH v5 01/15] perf tools: Add utility function to fetch executable
` [PATCH v5 02/15] perf tools script: Support insn output for normal samples
` [PATCH v5 03/15] perf tools script: Filter COMM/FORK/.. events by CPU
` [PATCH v5 04/15] perf tools report: Support nano seconds
` [PATCH v5 05/15] perf tools report: Parse time quantum
` [PATCH v5 06/15] perf tools report: Support time sort key
` [PATCH v5 07/15] perf tools report: Use less for scripts output
` [PATCH v5 08/15] perf tools report: Support running scripts for current time range
` [PATCH v5 09/15] perf tools report: Support builtin perf script in scripts menu
` [PATCH v5 10/15] perf tools: Add utility function to print ns time stamps
` [PATCH v5 11/15] perf tools report: Implement browsing of individual samples
` [PATCH v5 12/15] perf tools: Add some new tips describing the new options
` [PATCH v5 13/15] perf tools report: Add custom scripts to script menu
` [PATCH v5 14/15] perf tools script: Add array bound checking to list_scripts
` [PATCH v5 15/15] perf tools ui: Fix ui popup browser for many entries
[GIT PULL 00/35] perf/core improvements and fixes
2019-03-09 16:02 UTC (39+ messages)
` [PATCH 01/35] perf, bpf: Consider events with attr.bpf_event as side-band events
` [PATCH 02/35] perf probe: Clarify error message about not finding kernel modules debuginfo
` [PATCH 03/35] tools lib traceevent: Fix buffer overflow in arg_eval
` [PATCH 04/35] perf: Mark expected switch fall-through
` [PATCH 05/35] perf time-utils: Refactor time range parsing code
` [PATCH 06/35] perf auxtrace: Improve address filter error message when there is no DSO
` [PATCH 07/35] perf intel-pt: Fix divide by zero when TSC is not available
` [PATCH 08/35] perf db-export: Add calls parent_id to enable creation of call trees
` [PATCH 09/35] perf scripts python: export-to-sqlite.py: Export calls parent_id
` [PATCH 10/35] perf scripts python: export-to-postgresql.py: Fix invalid input syntax for integer error
` [PATCH 11/35] perf scripts python: export-to-postgresql.py: Export calls parent_id
` [PATCH 12/35] perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBase
` [PATCH 13/35] perf scripts python: exported-sql-viewer.py: Improve TreeModel abstraction
` [PATCH 14/35] perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBase
` [PATCH 15/35] perf scripts python: exported-sql-viewer.py: Add call tree
` [PATCH 16/35] perf beauty msg_flags: Add missing %s lost when adding prefix suppression logic
` [PATCH 17/35] perf bpf: Automatically add BTF ELF markers
` [PATCH 18/35] perf clang: Remove needless extra semicolon
` [PATCH 19/35] perf annotate: Calculate the max instruction name, align column to that
` [PATCH 20/35] perf thread: Generalize function to copy from thread addr space from intel-bts code
` [PATCH 21/35] perf diff: Support --time filter option
` [PATCH 22/35] perf diff: Support --cpu "
` [PATCH 23/35] perf diff: Support --pid/--tid filter options
` [PATCH 24/35] perf script python: Remove mixed indentation
` [PATCH 25/35] perf script python: Add Python3 support to futex-contention.py
` [PATCH 26/35] perf script python: add Python3 support to check-perf-trace.py
` [PATCH 27/35] perf script python: Add Python3 support to event_analyzing_sample.py
` [PATCH 28/35] perf script python: Add Python3 support to intel-pt-events.py
` [PATCH 29/35] perf c2c: Fix c2c report for empty numa node
` [PATCH 30/35] perf hist: Add error path into hist_entry__init
` [PATCH 31/35] perf hist: Fix memory leak of srcline
` [PATCH 32/35] perf tools: Read and store caps/max_precise in perf_pmu
` [PATCH 33/35] perf evsel: Probe for precise_ip with simple attr
` [PATCH 34/35] perf session: Fix double free in perf_data__close
` [PATCH 35/35] perf data: Force perf_data__open|close zero data->file.path
Support sample context in perf report
2019-03-09 7:52 UTC (19+ messages)
` [PATCH v4 02/15] perf tools script: Support insn output for normal samples
` [PATCH v4 03/15] perf tools script: Filter COMM/FORK/.. events by CPU
` [PATCH v4 05/15] perf tools report: Parse time quantum
` [PATCH v4 07/15] perf tools report: Use less for scripts output
` [PATCH v4 10/15] perf tools: Add utility function to print ns time stamps
[PATCH RFC 0/3] btrfs: Performance profiler support
2019-03-09 6:32 UTC (4+ messages)
[PATCH v2 0/7] perf script python: add Python3 support
2019-03-08 14:36 UTC (23+ messages)
` [PATCH v2 2/7] perf script python: add Python3 support to futex-contention.py
` [PATCH v2 3/7] perf script python: add Python3 support to check-perf-trace.py
` [PATCH v2 4/7] perf script python: add Python3 support to event_analyzing_sample.py
` [PATCH v2 5/7] perf script python: add Python3 support to intel-pt-events.py
` [PATCH v2 6/7] perf script python: add Python3 support to sql scripts
` [PATCH v2 7/7] perf script python: add printdate function to SQL exporters
System crash with perf_fuzzer (kernel: 5.0.0-rc3)
2019-03-06 23:09 UTC (3+ messages)
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).