Show patches with: Submitter = Ian Rogers       |    State = Action Required       |    Archived = No       |   1899 patches
« 1 23 4 518 19 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v1,3/3] perf help: Lower levenshtein penality for deleting character [v1,1/3] lib subcmd: Fix memory leak in uniq - - - --- 2023-12-08 Ian Rogers New
[v1,2/3] perf: Suggest inbuilt commands for unknown command [v1,1/3] lib subcmd: Fix memory leak in uniq - - - --- 2023-12-08 Ian Rogers New
[v1,1/3] lib subcmd: Fix memory leak in uniq [v1,1/3] lib subcmd: Fix memory leak in uniq - - - --- 2023-12-08 Ian Rogers New
[v1] perf tests: Add perf script test [v1] perf tests: Add perf script test - - 1 --- 2023-12-07 Ian Rogers New
[v1,6/6] perf events: Remove scandir in thread synthesis Add io_dir to avoid memory overhead from opendir - - - --- 2023-12-07 Ian Rogers New
[v1,5/6] perf header: Switch mem topology to io_dir__readdir Add io_dir to avoid memory overhead from opendir - - - --- 2023-12-07 Ian Rogers New
[v1,4/6] perf pmu: Switch to io_dir__readdir Add io_dir to avoid memory overhead from opendir - - - --- 2023-12-07 Ian Rogers New
[v1,3/6] perf maps: Switch modules tree walk to io_dir__readdir Add io_dir to avoid memory overhead from opendir - - - --- 2023-12-07 Ian Rogers New
[v1,2/6] tools lib api: Add io_dir an allocation free readdir alternative Add io_dir to avoid memory overhead from opendir - - - --- 2023-12-07 Ian Rogers New
[v1,1/6] tools build: Add a feature test for getdents64 Add io_dir to avoid memory overhead from opendir - - - --- 2023-12-07 Ian Rogers New
[v1] perf record: Reduce memory for recording lost samples event [v1] perf record: Reduce memory for recording lost samples event - - - --- 2023-12-07 Ian Rogers New
[v1] perf env: Avoid recursively taking env->bpf_progs.lock [v1] perf env: Avoid recursively taking env->bpf_progs.lock 2 - - --- 2023-12-07 Ian Rogers New
[v6,47/47] perf dso: Use container_of to avoid a pointer in dso_data maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,46/47] perf dso: Reference counting related fixes maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,45/47] perf dso: Add reference count checking and accessor functions maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,44/47] perf dsos: Switch hand code to bsearch maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,43/47] perf dsos: Remove __dsos__findnew_link_by_longname_id maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,42/47] perf dsos: Remove __dsos__addnew maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,41/47] perf dsos: Switch backing storage to array from rbtree/list maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,40/47] perf dsos: Switch more loops to dsos__for_each_dso maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,39/47] perf dso: Move dso functions out of dsos maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,38/47] perf dsos: Add dsos__for_each_dso maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,37/47] perf dsos: Tidy reference counting and locking maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,36/47] perf dsos: Attempt to better abstract dsos internals maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,35/47] perf threads: Reduce table size from 256 to 8 maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,34/47] perf threads: Switch from rbtree to hashmap maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,33/47] perf threads: Move threads to its own files maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,32/47] perf machine: Move fprintf to for_each loop and a callback maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,31/47] perf trace: Ignore thread hashing in summary maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,30/47] perf report: Sort child tasks by tid maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,29/47] perf dso: Reorder variables to save space in struct dso maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,28/47] perf maps: Locking tidy up of nr_maps maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,27/47] perf maps: Hide maps internals maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,26/47] perf maps: Get map before returning in maps__find_next_entry maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,25/47] perf maps: Get map before returning in maps__find_by_name maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,24/47] perf maps: Get map before returning in maps__find maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,23/47] perf maps: Switch from rbtree to lazily sorted array for addresses maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,22/47] perf maps: Fix up overlaps during fixup_end maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,21/47] perf maps: Reduce scope of map_rb_node and maps internals maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,20/47] perf maps: Add find next entry to give entry after the given map maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,19/47] perf maps: Add maps__load_first maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,18/47] perf maps: Rename clone to copy from maps/threads/dsos memory improvements and fixes 1 - - --- 2023-12-07 Ian Rogers New
[v6,17/47] perf maps: Do simple merge if given map doesn't overlap maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,16/47] perf maps: Refactor maps__fixup_overlappings maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,15/47] perf debug: Expose debug file maps/threads/dsos memory improvements and fixes 1 - - --- 2023-12-07 Ian Rogers New
[v6,14/47] perf maps: Add remove maps function to remove a map based on callback maps/threads/dsos memory improvements and fixes 1 - - --- 2023-12-07 Ian Rogers New
[v6,13/47] perf maps: Reduce scope of maps__for_each_entry maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,12/47] perf vdso: Use function to add missing maps lock maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,11/47] perf unwind: Use function to add missing maps lock maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,10/47] perf thread: Use function to add missing maps lock maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,09/47] perf synthetic-events: Use function to add missing maps lock maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,08/47] perf symbol: Use function to add missing maps lock maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,07/47] perf probe-event: Use function to add missing maps lock maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,06/47] perf machine: Use function to add missing maps lock maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,05/47] perf tests: Use function to add missing maps lock maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,04/47] perf report: Use function to add missing maps lock maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,03/47] perf events x86: Use function to add missing lock maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,02/47] perf maps: Add maps__for_each_map to iterate maps holding the lock maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v6,01/47] perf map: Improve map/unmap parameter names maps/threads/dsos memory improvements and fixes - - - --- 2023-12-07 Ian Rogers New
[v1] perf stat: Exit perf stat if parse groups fails [v1] perf stat: Exit perf stat if parse groups fails - - - --- 2023-12-06 Ian Rogers New
[v1] perf test: Skip diff test if test_loop is missing [v1] perf test: Skip diff test if test_loop is missing - - 1 --- 2023-12-05 Ian Rogers New
[v1,2/2] perf vendor events arm64: Fix default AmpereOne metrics [v1,1/2] perf metrics: Avoid segv if default metricgroup isn't set - - - --- 2023-12-04 Ian Rogers New
[v1,1/2] perf metrics: Avoid segv if default metricgroup isn't set [v1,1/2] perf metrics: Avoid segv if default metricgroup isn't set - - - --- 2023-12-04 Ian Rogers New
[v1,9/9] perf tests: Add option to run tests in parallel [v1,1/9] perf thread_map: Skip exited threads when scanning /proc - - - --- 2023-12-01 Ian Rogers New
[v1,8/9] perf srcline: Add missed addr2line closes [v1,1/9] perf thread_map: Skip exited threads when scanning /proc - - - --- 2023-12-01 Ian Rogers New
[v1,7/9] perf tests: Run time generate shell test suites [v1,1/9] perf thread_map: Skip exited threads when scanning /proc - - - --- 2023-12-01 Ian Rogers New
[v1,6/9] perf tests: Use scandirat for shell script finding [v1,1/9] perf thread_map: Skip exited threads when scanning /proc - - - --- 2023-12-01 Ian Rogers New
[v1,5/9] perf test: Rename builtin-test-list and add missed header guard [v1,1/9] perf thread_map: Skip exited threads when scanning /proc - - - --- 2023-12-01 Ian Rogers New
[v1,4/9] tools subcmd: Add a no exec function call option [v1,1/9] perf thread_map: Skip exited threads when scanning /proc - - - --- 2023-12-01 Ian Rogers New
[v1,3/9] perf tests: Avoid fork in perf_has_symbol test [v1,1/9] perf thread_map: Skip exited threads when scanning /proc 1 - - --- 2023-12-01 Ian Rogers New
[v1,2/9] perf list: Add scandirat compatibility function [v1,1/9] perf thread_map: Skip exited threads when scanning /proc - - - --- 2023-12-01 Ian Rogers New
[v1,1/9] perf thread_map: Skip exited threads when scanning /proc [v1,1/9] perf thread_map: Skip exited threads when scanning /proc - - - --- 2023-12-01 Ian Rogers New
[v1] perf stat: Fix help message for --metric-no-threshold option [v1] perf stat: Fix help message for --metric-no-threshold option - - - --- 2023-11-29 Ian Rogers New
[v2,4/4] perf test: Add basic list test [v2,1/4] perf build: Shellcheck support for OUTPUT directory - - - --- 2023-11-29 Ian Rogers New
[v2,3/4] perf test: Use common python setup library [v2,1/4] perf build: Shellcheck support for OUTPUT directory - - - --- 2023-11-29 Ian Rogers New
[v2,2/4] perf list: Fix json segfault [v2,1/4] perf build: Shellcheck support for OUTPUT directory - - - --- 2023-11-29 Ian Rogers New
[v2,1/4] perf build: Shellcheck support for OUTPUT directory [v2,1/4] perf build: Shellcheck support for OUTPUT directory - 1 - --- 2023-11-29 Ian Rogers New
[v1,2/2] perf test: Add basic list test [v1,1/2] perf list: Fix json segfault - - - --- 2023-11-29 Ian Rogers New
[v1,1/2] perf list: Fix json segfault [v1,1/2] perf list: Fix json segfault - - - --- 2023-11-29 Ian Rogers New
[v1,14/14] libperf cpumap: Document perf_cpu_map__nr's behavior Clean up libperf cpumap's empty function - 1 - --- 2023-11-29 Ian Rogers New
[v1,13/14] perf cpumap: Use perf_cpu_map__for_each_cpu when possible Clean up libperf cpumap's empty function - 1 - --- 2023-11-29 Ian Rogers New
[v1,12/14] perf stat: Remove duplicate cpus_map_matched function Clean up libperf cpumap's empty function - 1 - --- 2023-11-29 Ian Rogers New
[v1,11/14] perf arm64 header: Remove unnecessary CPU map get and put Clean up libperf cpumap's empty function - 1 - --- 2023-11-29 Ian Rogers New
[v1,10/14] perf top: Avoid repeated function calls Clean up libperf cpumap's empty function - 1 - --- 2023-11-29 Ian Rogers New
[v1,09/14] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty Clean up libperf cpumap's empty function - 1 - --- 2023-11-29 Ian Rogers New
[v1,08/14] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use Clean up libperf cpumap's empty function - - - --- 2023-11-29 Ian Rogers New
[v1,07/14] perf arm-spe/cs-etm: Directly iterate CPU maps Clean up libperf cpumap's empty function - - - --- 2023-11-29 Ian Rogers New
[v1,06/14] libperf cpumap: Add any, empty and min helpers Clean up libperf cpumap's empty function - - - --- 2023-11-29 Ian Rogers New
[v1,05/14] libperf cpumap: Add for_each_cpu that skips the "any CPU" case Clean up libperf cpumap's empty function - 1 - --- 2023-11-29 Ian Rogers New
[v1,04/14] libperf cpumap: Replace usage of perf_cpu_map__new(NULL) Clean up libperf cpumap's empty function - 1 - --- 2023-11-29 Ian Rogers New
[v1,03/14] libperf cpumap: Rename perf_cpu_map__empty Clean up libperf cpumap's empty function - 1 - --- 2023-11-29 Ian Rogers New
[v1,02/14] libperf cpumap: Rename and prefer sysfs for perf_cpu_map__default_new Clean up libperf cpumap's empty function - 1 - --- 2023-11-29 Ian Rogers New
[v1,01/14] libperf cpumap: Rename perf_cpu_map__dummy_new Clean up libperf cpumap's empty function - 1 - --- 2023-11-29 Ian Rogers New
[v1] perf tests: Make DSO tests a suite rather than individual [v1] perf tests: Make DSO tests a suite rather than individual - - - --- 2023-11-28 Ian Rogers New
[v5,50/50] perf env: Avoid recursively taking env->bpf_progs.lock Improvements to memory use - - - --- 2023-11-27 Ian Rogers New
[v5,49/50] perf dso: Use container_of to avoid a pointer in dso_data Improvements to memory use - - - --- 2023-11-27 Ian Rogers New
[v5,48/50] perf dso: Reference counting related fixes Improvements to memory use - - - --- 2023-11-27 Ian Rogers New
[v5,47/50] perf dso: Add reference count checking and accessor functions Improvements to memory use - - - --- 2023-11-27 Ian Rogers New
[v5,46/50] perf dsos: Switch hand code to bsearch Improvements to memory use - - - --- 2023-11-27 Ian Rogers New
[v5,45/50] perf dsos: Remove __dsos__findnew_link_by_longname_id Improvements to memory use - - - --- 2023-11-27 Ian Rogers New
« 1 23 4 518 19 »