platform/kernel/linux-starfive.git
2023-05-02 Namhyung Kimperf list: Fix memory leaks in print_tracepoint_events()
2023-05-02 Namhyung Kimperf lock contention: Rework offset calculation with...
2023-05-02 Namhyung Kimperf lock contention: Fix struct rq lock access
2023-04-29 Ian Rogersperf stat: Disable TopdownL1 on hybrid
2023-04-29 Ian Rogersperf stat: Avoid SEGV on counter->name
2023-04-24 James Clarkperf cs-etm: Add separate decode paths for timeless...
2023-04-24 James Clarkperf cs-etm: Use bool type for boolean values
2023-04-24 James Clarkperf cs-etm: Allow user to override timestamp and conte...
2023-04-24 James Clarkperf cs-etm: Validate options after applying them
2023-04-24 James Clarkperf cs-etm: Don't test full_auxtrace because it's...
2023-04-24 James Clarkperf tools: Add util function for overriding user set...
2023-04-24 James Clarkperf cs-etm: Fix timeless decode mode detection
2023-04-24 Arnaldo Carvalho... perf evsel: Introduce evsel__name_is() method to check...
2023-04-20 Ian Rogerslibperf rc_check: Enable implicitly with sanitizers
2023-04-20 Ian Rogersperf test: Fix maps use after put
2023-04-19 Arnaldo Carvalho... perf probe: Add missing 0x prefix for addresses printed...
2023-04-19 Arnaldo Carvalho... perf build: Test the refcnt check build
2023-04-19 Ian Rogersperf map: Add reference count checking
2023-04-19 Arnaldo Carvalho... perf map: Add set_ methods for map->{start,end,pgoff...
2023-04-19 Arnaldo Carvalho... perf map: Add missing conversions to map__refcnt()
2023-04-19 Ian Rogersperf maps: Add reference count checking
2023-04-19 Arnaldo Carvalho... perf maps: Use maps__nr_maps() instead of open coded...
2023-04-19 Arnaldo Carvalho... perf maps: Add maps__refcnt() accessor to allow checkin...
2023-04-19 Arnaldo Carvalho... perf dso: Fix use before NULL check introduced by map__...
2023-04-18 James Clarkperf cs-etm: Fix segfault in dso lookup
2023-04-18 Colin Ian Kingperf script task-analyzer: Fix spelling mistake "milise...
2023-04-18 Arnaldo Carvalho... perf namespaces: Introduce nsinfo__mntns_path() accesso...
2023-04-18 Arnaldo Carvalho... perf namespaces: Introduce nsinfo__refcnt() accessor...
2023-04-18 Arnaldo Carvalho... perf namespaces: Use the need_setns() accessors instead...
2023-04-17 Ian Rogersperf namespaces: Add reference count checking
2023-04-17 Arnaldo Carvalho... perf dso: Add dso__filename_with_chroot() to reduce...
2023-04-17 Ian Rogersperf cpumap: Add reference count checking
2023-04-17 Ian Rogersperf cpumap: Use perf_cpu_map__cpu(map, cpu) instead...
2023-04-17 Arnaldo Carvalho... perf cpumap: Remove initializations done in perf_cpu_ma...
2023-04-17 Ian Rogerslibperf: Add reference count checking macros
2023-04-17 Arnaldo Carvalho... libperf: Add perf_cpu_map__refcnt() interanl accessor...
2023-04-15 Arnaldo Carvalho... perf test: Simplify for_each_test() to avoid tripping...
2023-04-13 Markus Elfringperf map: Delete two variable initialisations before...
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for tigerlake
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for snowridgex
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for skylakex
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for skylake
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for sandybridge
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for knights...
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for jaketown
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for ivytown
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for ivybridge
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for icelakex
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for icelake
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for haswellx
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for haswell
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for cascade...
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for broadwellx
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for broadwellde
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for broadwell
2023-04-13 Ian Rogersperf vendor events intel: Fix uncore topics for alderlake
2023-04-13 Ian Rogersperf vendor events intel: Add sierraforest
2023-04-13 Ian Rogersperf vendor events intel: Add grandridge
2023-04-13 Ian Rogersperf vendor events intel: Update sapphirerapids to...
2023-04-12 Chunxin Zangperf sched: Fix sched latency analysis incorrection...
2023-04-12 Arnaldo Carvalho... perf pmu: Use perf_cpu_map__set_nr() in perf_pmu__cpus_...
2023-04-12 Arnaldo Carvalho... libperf: Add a perf_cpu_map__set_nr() available as...
2023-04-12 Ian Rogerslibperf: Make perf_cpu_map__alloc() available as an...
2023-04-12 Ian Rogersperf cpumap: Use perf_cpu_map__nr(cpus) to access cpus->nr
2023-04-12 Arnaldo Carvalho... perf map: Add map__refcnt() accessor to use in the...
2023-04-12 Alexander Pantyukhinperf scripts python intel-pt-events: Delete unused...
2023-04-12 Hangliang Laiperf top: Expand the range of multithreaded phase
2023-04-12 Tiezhu Yangtools headers: Remove s390 ptrace.h in check-headers.sh
2023-04-12 Arnaldo Carvalho... perf pmu: zfree() expects a pointer to a pointer to...
2023-04-12 Arnaldo Carvalho... perf metricgroups: Use zfree() to reduce chances of...
2023-04-12 Arnaldo Carvalho... perf arm-spe: Use zfree() to reduce chances of use...
2023-04-12 Arnaldo Carvalho... perf tests api-io: Use zfree() to reduce chances of...
2023-04-12 Arnaldo Carvalho... perf bench inject-buildid: Use zfree() to reduce chance...
2023-04-12 Arnaldo Carvalho... perf genelf: Use zfree() to reduce chances of use after...
2023-04-12 Arnaldo Carvalho... perf evlist: Use zfree() to reduce chances of use after...
2023-04-12 Arnaldo Carvalho... perf annotate: Use zfree() to reduce chances of use...
2023-04-12 Arnaldo Carvalho... perf parse-events: Use zfree() to reduce chances of...
2023-04-12 Arnaldo Carvalho... perf expr: Use zfree() to reduce chances of use after...
2023-04-12 Arnaldo Carvalho... perf evsel: Use zfree() to reduce chances of use after...
2023-04-12 Arnaldo Carvalho... perf pmu: Use zfree() to reduce chances of use after...
2023-04-12 Arnaldo Carvalho... perf env: Use zfree() to reduce chances of use after...
2023-04-12 Arnaldo Carvalho... perf x86 iostat: Use zfree() to reduce chances of use...
2023-04-12 Arnaldo Carvalho... perf symbol: Use zfree() to reduce chances of use after...
2023-04-12 Arnaldo Carvalho... perf list: Use zfree() to reduce chances of use after...
2023-04-12 Arnaldo Carvalho... perf c2c: Use zfree() to reduce chances of use after...
2023-04-12 Arnaldo Carvalho... perf trace: Use zfree() to reduce chances of use after...
2023-04-12 Arnaldo Carvalho... perf daemon: Use zfree() to reduce chances of use after...
2023-04-12 Arnaldo Carvalho... perf inject: Use zfree() to reduce chances of use after...
2023-04-12 Ian Rogersperf vendor events: Update icelakex to v1.20
2023-04-12 Ian Rogersperf vendor events: Update alderlake to v1.20
2023-04-11 Ian Rogersperf bperf: Avoid use after free via unrelated 'struct...
2023-04-11 Ian Rogersperf evsel: Avoid SEGV if delete is called on NULL
2023-04-10 Ravi Bangoriaperf script ibs: Change bit description according to...
2023-04-10 Ravi Bangoriaperf mem: Increase HISTC_MEM_LVL column size to 39...
2023-04-10 Ravi Bangoriaperf mem: Refactor perf_mem__lvl_scnprintf() to process...
2023-04-10 Ravi Bangoriaperf mem: Add support for printing PERF_MEM_LVLNUM_UNC
2023-04-10 Ravi Bangoriaperf mem: Add PERF_MEM_LVLNUM_NA to PERF_MEM_DATA_SRC_NONE
2023-04-10 Ravi Bangoriatools include UAPI: Sync uapi/linux/perf_event.h with...
2023-04-10 Ian Rogersperf build: Warn for BPF skeletons if endian mismatches
2023-04-10 Ian Rogersperf util: Move perf_guest/host declarations
next