summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-08-15perf record: Cache build-ID of hit DSOs onlyNamhyung Kim
2025-08-15perf tools: Remove libtraceevent in .gitignoreChen Pei
2025-08-15perf tests bp_account: Fix leaked file descriptorLeo Yan
2025-08-15perf sched: Fix memory leaks in 'perf sched latency'Namhyung Kim
2025-08-15perf sched: Use RC_CHK_EQUAL() to compare pointersNamhyung Kim
2025-08-15perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim
2025-08-15perf sched: Fix memory leaks in 'perf sched map'Namhyung Kim
2025-08-15perf sched: Free thread->priv using priv_destructorNamhyung Kim
2025-08-15perf sched: Make sure it frees the usage stringNamhyung Kim
2025-08-15perf dso: Add missed dso__put to dso__load_kcoreIan Rogers
2025-06-27perf test: Directory file descriptor leakIan Rogers
2025-06-27perf evsel: Missed close() when probing hybrid core PMUsIan Rogers
2025-06-19perf callchain: Always populate the addr_location map when adding IPIan Rogers
2025-06-19perf trace: Set errpid to false for rseq and set_robust_listAnubhav Shelat
2025-06-19perf trace: Always print return value for syscalls returning a pidAnubhav Shelat
2025-06-19perf record: Fix incorrect --user-regs commentsDapeng Mi
2025-06-19perf symbol: Fix use-after-free in filename__read_build_idIan Rogers
2025-06-19perf tests switch-tracking: Fix timestamp comparisonLeo Yan
2025-06-19perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3Adrian Hunter
2025-06-19perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter
2025-06-19perf tests: Fix 'perf report' tests installationMichael Petlan
2025-06-19perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()Namhyung Kim
2025-06-19perf symbol-minimal: Fix double free in filename__read_build_idIan Rogers
2025-06-19perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo
2025-06-19perf build: Warn when libdebuginfod devel files are not availableArnaldo Carvalho de Melo
2025-04-10perf bpf-filter: Fix a parsing error with commaNamhyung Kim
2025-04-10perf tools: annotate asm_pure_loop.SMarcus Meissner
2025-04-10perf vendor events arm64 AmpereOneX: Fix frontend_bound calculationIlkka Koskinen
2025-04-10perf: intel-tpebs: Fix incorrect usage of zfree()James Clark
2025-04-10perf dso: fix dso__is_kallsyms() checkStephen Brennan
2025-04-10perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo
2025-04-10perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo
2025-04-10perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo
2025-04-10perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo
2025-04-10perf units: Fix insufficient array spaceArnaldo Carvalho de Melo
2025-04-10perf evlist: Add success path to evlist__create_syswide_mapsIan Rogers
2025-04-10perf debug: Avoid stack overflow in recursive error messageIan Rogers
2025-04-10perf bench: Fix perf bench syscall loop countThomas Richter
2025-04-10perf arm-spe: Fix load-store operation checkingLeo Yan
2025-04-10perf build: Fix in-tree build due to symbolic linkLuca Ceresoli
2025-04-10perf pmu: Don't double count common sysfs and json eventsJames Clark
2025-04-10perf report: Switch data file correctly in TUINamhyung Kim
2025-04-10perf: Always feature test reallocarrayJames Clark
2025-04-10perf stat: Fix find_stat for mixed legacy/non-legacy eventsIan Rogers
2025-04-07perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman
2025-02-17perf bench: Fix undefined behavior in cmpworker()Kuan-Wei Chiu
2025-02-08perf test: Skip syscall enum test if no landlock syscallNamhyung Kim
2025-02-08perf trace: Fix runtime error of index out of boundsHoward Chu
2025-02-08perf trace: Fix BPF loading failure (-E2BIG)Howard Chu
2025-02-08perf lock: Fix parse_lock_type which only retrieve one lock flagChun-Tse Shao