messages from 2019-03-08 16:57:47 to 2019-04-02 16:05:09 UTC [more...]
[GIT PULL 00/44] perf/core improvements and fixes for 5.2
2019-04-02 16:05 UTC (5+ messages)
` [PATCH 01/44] perf trace: Add 'string' event alias to select syscalls with string args
` [PATCH 02/44] perf augmented_raw_syscalls: Copy strings from all syscalls with 1st or 2nd string arg
` [PATCH 03/44] perf augmented_raw_syscalls: Use a PERCPU_ARRAY map to copy more string bytes
` [PATCH 04/44] perf trace beauty renameat: No need to include linux/fs.h
[PATCH] perf/report: [RFC] Handling OOM in perf report
2019-04-01 14:20 UTC
[GIT PULL 00/13] perf/urgent fixes
2019-03-29 18:49 UTC (17+ messages)
` [PATCH 01/13] perf cs-etm: Add missing case value
` [PATCH 02/13] perf intel-pt: Fix TSC slip
` [PATCH 03/13] perf evsel: Fix max perf_event_attr.precise_ip detection
` [PATCH 04/13] tools headers uapi: Sync asm-generic/mman-common.h and linux/mman.h
` [PATCH 05/13] tools headers uapi: Sync linux/fcntl.h to get the F_SEAL_FUTURE_WRITE addition
` [PATCH 06/13] tools arch x86: Sync asm/cpufeatures.h with the kernel sources
` [PATCH 07/13] tools headers uapi: Update drm/i915_drm.h
` [PATCH 08/13] tools headers: Update x86's syscall_64.tbl and uapi/asm-generic/unistd
` [PATCH 09/13] tools headers uapi: Sync powerpc's asm/kvm.h copy with the kernel sources
` [PATCH 10/13] perf machine: Update kernel map address and re-order properly
` [PATCH 11/13] perf scripts python: exported-sql-viewer.py: Fix never-ending loop
` [PATCH 12/13] perf scripts python: exported-sql-viewer.py: Fix python3 support
` [PATCH 13/13] perf pmu: Fix parser error for uncore event alias
[PATCH] perf/list: Fix s390 counter long description for L1D_RO_EXCL_WRITES
2019-03-29 14:56 UTC (2+ messages)
perf: Add duration_time to perf stat
2019-03-27 19:51 UTC (8+ messages)
` [PATCH 1/4] perf, tools: Revert checks for duration_time
` [PATCH 2/4] perf, tools: Implement duration_time as a proper event
` [PATCH 3/4] perf, tools: Support name for duration_time
` [PATCH 4/4] perf, tools, list: Output tool events
[GIT PULL 00/44] perf/core fixes and improvements
2019-03-21 18:51 UTC (45+ 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 17/44] perf top: Fix error handling in cmd_top()
` [PATCH 18/44] perf hist: Add missing map__put() in error case
` [PATCH 19/44] perf map: Remove map from 'names' tree in __maps__remove()
` [PATCH 20/44] perf maps: Purge all maps from the 'names' tree
` [PATCH 21/44] perf top: Fix global-buffer-overflow issue
` [PATCH 22/44] perf evsel: Free evsel->counts in perf_evsel__exit()
` [PATCH 23/44] perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_on_all_cpus test
` [PATCH 24/44] perf tests: Fix memory leak by expr__find_other() in test__expr()
` [PATCH 25/44] perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()
` [PATCH 26/44] perf record: Replace option --bpf-event with --no-bpf-event
` [PATCH 27/44] tools lib bpf: Introduce bpf_program__get_prog_info_linear()
` [PATCH 28/44] bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()
` [PATCH 29/44] perf bpf: Synthesize bpf events with bpf_program__get_prog_info_linear()
` [PATCH 30/44] perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_tool
` [PATCH 31/44] perf bpf: Save bpf_prog_info in a rbtree in perf_env
` [PATCH 32/44] perf bpf: Save bpf_prog_info information as headers to perf.data
` [PATCH 33/44] perf bpf: Save BTF in a rbtree in perf_env
` [PATCH 34/44] perf bpf: Save BTF information as headers to perf.data
` [PATCH 35/44] perf top: Add option --no-bpf-event
` [PATCH 36/44] perf feature detection: Add -lopcodes to feature-libbfd
` [PATCH 37/44] perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFO
` [PATCH 38/44] perf bpf: Process PERF_BPF_EVENT_PROG_LOAD for annotation
` [PATCH 39/44] perf build: Check what binutils's 'disassembler()' signature to use
` [PATCH 40/44] perf annotate: Enable annotation of BPF programs
` [PATCH 41/44] perf evlist: Introduce side band thread
` [PATCH 42/44] perf tools: Save bpf_prog_info and BTF of new BPF programs
` [PATCH 43/44] perf bpf: Extract logic to create program names from perf_event__synthesize_one_bpf_prog()
` [PATCH 44/44] perf bpf: Show more BPF program info in print_bpf_prog_info()
[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 (2+ messages)
Support sample context in perf report
2019-03-09 7:52 UTC (8+ messages)
` [PATCH v4 05/15] perf tools report: Parse time quantum
` [PATCH v4 07/15] perf tools report: Use less for scripts output
[PATCH RFC 0/3] btrfs: Performance profiler support
2019-03-09 6:32 UTC (4+ 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).