summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-sched.c
AgeCommit message (Expand)Author
2026-06-17perf sched: Replace (void*)1 sentinel with proper runtime allocationArnaldo Carvalho de Melo
2026-06-10perf sched: Fix idle-hist callchain display using wrong rb_first variantArnaldo Carvalho de Melo
2026-06-10perf sched: Bounds-check prio before test_bit() in timehistArnaldo Carvalho de Melo
2026-06-06perf sched: Free callchain nodes in idle thread cleanupArnaldo Carvalho de Melo
2026-06-05perf sched: Replace BUG_ON and add NULL checks in replay event helpersArnaldo Carvalho de Melo
2026-06-05perf sched: Use thread__put() in free_idle_threads()Arnaldo Carvalho de Melo
2026-06-05perf sched: Fix thread reference leak in idle hist processingArnaldo Carvalho de Melo
2026-06-05perf sched: Use is_idle_sample() for idle thread runtime cast guardArnaldo Carvalho de Melo
2026-06-05perf sched: Clean up idle_threads entry on init failureArnaldo Carvalho de Melo
2026-06-05perf sched: Fix register_pid() overflow, strcpy, and BUG_ONArnaldo Carvalho de Melo
2026-06-05perf sched: Cap max_cpu at MAX_CPUS in timehist sample processingArnaldo Carvalho de Melo
2026-06-04perf sched: Fix thread reference leaks in timehist_get_thread()Arnaldo Carvalho de Melo
2026-06-04perf sched: Fix comp_cpus heap overflow with cross-machine recordingsArnaldo Carvalho de Melo
2026-06-04perf sched: Fix NULL dereference in latency_runtime_eventArnaldo Carvalho de Melo
2026-06-04perf sched: Fix thread reference leak in latency_switch_eventArnaldo Carvalho de Melo
2026-06-04perf tools: Guard test_bit from out-of-bounds sample CPUArnaldo Carvalho de Melo
2026-06-03perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...Ian Rogers
2026-06-03perf sched: Replace BUG_ON on invalid CPU with graceful skipArnaldo Carvalho de Melo
2026-06-03perf sched: Include file offset in event skip messagesArnaldo Carvalho de Melo
2026-05-20perf sched stats: Fix SIGCHLD vs pause() race in schedstat_live()Swapnil Sapkal
2026-05-20perf sched stats: Fix SIGCHLD vs pause() race in schedstat_record()Swapnil Sapkal
2026-05-20perf sched: Bounds check CPU in sched switch eventsIan Rogers
2026-05-20perf sched: Don't pass evsel with sampleIan Rogers
2026-05-20perf callchain: Don't pass evsel and sampleIan Rogers
2026-05-20perf evsel: Refactor evsel tracepoint sample accessors perf_sampleIan Rogers
2026-05-20perf tool: Remove evsel from tool APIs that pass the sampleIan Rogers
2026-05-11perf sched: Add missing mmap2 handler in timehistIan Rogers
2026-05-11perf sched stats: Fix segmentation faults, memory leaks, and stale pointers i...Ian Rogers
2026-04-08perf tools: Use calloc() where applicableArnaldo Carvalho de Melo
2026-04-05perf sched: Avoid crash for unexpected perf sched stats reportNamhyung Kim
2026-03-10perf tools: Add layout support for --symfs optionChangbin Du
2026-01-28perf sched stats: Define macro for SEP_LENSwapnil Sapkal
2026-01-28perf sched stats: correct spelling of function nameSwapnil Sapkal
2026-01-28perf sched stats: Add NULL check for cd_mapSwapnil Sapkal
2026-01-22perf sched stats: Add support for diff subcommandSwapnil Sapkal
2026-01-22perf sched stats: Add support for live modeSwapnil Sapkal
2026-01-22perf sched stats: Add support for report subcommandSwapnil Sapkal
2026-01-22perf sched stats: Add record and rawdump supportSwapnil Sapkal
2025-10-01perf sched: Avoid union type punning undefined behaviorIan Rogers
2025-07-25perf session: Add accessor for session->header.envIan Rogers
2025-07-17perf sched timehist: decode process names of processes in zombie stateAnubhav Shelat
2025-07-03perf sched: Fix memory leaks in 'perf sched latency'Namhyung Kim
2025-07-03perf sched: Use RC_CHK_EQUAL() to compare pointersNamhyung Kim
2025-07-03perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim
2025-07-03perf sched: Fix thread leaks in 'perf sched timehist'Namhyung Kim
2025-07-03perf sched: Fix memory leaks in 'perf sched map'Namhyung Kim
2025-07-03perf sched: Free thread->priv using priv_destructorNamhyung Kim
2025-07-03perf sched: Make sure it frees the usage stringNamhyung Kim
2024-12-09perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUSIan Rogers
2024-10-17perf color: Add printf format checking and resolve issuesIan Rogers