summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-08-30perf inject: Overhaul handling of pipe filesIan Rogers
2024-08-29perf header: Allow attributes to be written after dataIan Rogers
2024-08-29perf header: Fail read if header sections overlapIan Rogers
2024-08-29perf header: Add kerneldoc to 'struct perf_file_header'Ian Rogers
2024-08-29perf session: Document 'struct perf_session' and constify its 'auxtrace' memberIan Rogers
2024-08-29perf: cs-etm: Print queue number in raw trace dumpJames Clark
2024-08-29perf: cs-etm: Support version 0.1 of HW_ID packetsJames Clark
2024-08-29perf: cs-etm: Create decoders based on the trace ID mappingsJames Clark
2024-08-29perf: cs-etm: Move traceid_list to each queueJames Clark
2024-08-29perf: cs-etm: Allocate queues for all CPUsJames Clark
2024-08-29perf cs-etm: Create decoders after both AUX and HW_ID search passesJames Clark
2024-08-28perf bpf-filter: Support filtering on cgroupsNamhyung Kim
2024-08-28perf bpf-filter: Add build dependency to header filesNamhyung Kim
2024-08-28perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim
2024-08-28perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_recordLeo Yan
2024-08-28perf auxtrace: Use evsel__is_aux_event() for checking AUX eventLeo Yan
2024-08-28perf trace: Fix perf trace -p <PID>Howard Chu
2024-08-28perf evlist: Introduce method to find if there is a bpf-output eventHoward Chu
2024-08-28perf tools: Print lost samples due to BPF filterNamhyung Kim
2024-08-28perf bpf-filter: Support multiple events properlyNamhyung Kim
2024-08-22perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo
2024-08-22perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo
2024-08-22perf annotate-data: Copy back variable types after moveNamhyung Kim
2024-08-22perf annotate-data: Update stack slot for the storeNamhyung Kim
2024-08-22perf annotate-data: Update debug messagesNamhyung Kim
2024-08-22perf dwarf-aux: Handle bitfield members from pointer accessNamhyung Kim
2024-08-21perf annotate-data: Add 'typecln' sort keyNamhyung Kim
2024-08-21perf annotate-data: Show offset and size in hexNamhyung Kim
2024-08-21perf bpf: Remove redundant check that map is NULLYang Ruibin
2024-08-21perf annotate-data: Fix percpu pointer checkNamhyung Kim
2024-08-21perf annotate-data: Prefer struct/union over base typeNamhyung Kim
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers
2024-08-20perf annotate-data: Set bitfield member offset and size properlyNamhyung Kim
2024-08-19perf evsel: Constify evsel__id_hdr_size() argumentIan Rogers
2024-08-19perf dso: Constify dso_idIan Rogers
2024-08-19perf jit: Constify filename argumentIan Rogers
2024-08-19perf map: API clean upIan Rogers
2024-08-19perf synthetic-events: Avoid unnecessary memsetIan Rogers
2024-08-19perf python: Fix the build on 32-bit arm by including missing "util/sample.h"Xu Yang
2024-08-19perf annotate-data: Update type stat at the end of find_data_type_die()Namhyung Kim
2024-08-19perf annotate-data: Check variables in every scopeNamhyung Kim
2024-08-19perf annotate-data: Add is_better_type() helperNamhyung Kim
2024-08-19perf annotate-data: Add is_pointer_type() helperNamhyung Kim
2024-08-19perf annotate-data: Change return type of find_data_type_block()Namhyung Kim
2024-08-19perf annotate-data: Add variable_state_str()Namhyung Kim
2024-08-19perf annotate-data: Add 'enum type_match_result'Namhyung Kim
2024-08-19perf annotate-data: Fix off-by-one in location range checkNamhyung Kim
2024-08-19perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim
2024-08-16perf stat: Display iostat headers correctlyYicong Yang
2024-08-15perf hist: Update hist symbol when updating mapsMatt Fleming