summaryrefslogtreecommitdiff
path: root/tools/lib/perf
AgeCommit message (Expand)Author
2023-12-18libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers
2023-11-30libperf: Lazily allocate/size mmap event copyIan Rogers
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-10-25libperf rc_check: Make implicit enabling work for GCCIan Rogers
2023-09-12perf evlist: Add perf_evlist__go_system_wide() helperYang Jihong
2023-08-29libperf: Get rid of attr.id fieldNamhyung Kim
2023-08-29libperf: Add perf_record_header_attr_id()Namhyung Kim
2023-08-16libperf: Implement riscv mmap supportAlexandre Ghiti
2023-05-27perf evlist: Propagate user CPU maps intersecting core PMU mapsIan Rogers
2023-05-27perf evsel: Add is_pmu_core inorder to interpret own_cpusIan Rogers
2023-05-27libperf cpumap: Add "any CPU"/dummy test functionIan Rogers
2023-05-27perf cpumap: Add equal functionIan Rogers
2023-05-27perf cpumap: Add internal nr and cpu accessorsIan Rogers
2023-05-26perf cpumap: Add intersect functionIan Rogers
2023-05-23perf stat record: Save cache level informationK Prateek Nayak
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak
2023-04-20libperf rc_check: Enable implicitly with sanitizersIan Rogers
2023-04-17perf cpumap: Add reference count checkingIan Rogers
2023-04-17libperf: Add reference count checking macrosIan Rogers
2023-04-17libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo
2023-04-12libperf: Add a perf_cpu_map__set_nr() available as an internal function for t...Arnaldo Carvalho de Melo
2023-04-12libperf: Make perf_cpu_map__alloc() available as an internal function for too...Ian Rogers
2023-03-15perf record: Record dropped sample countNamhyung Kim
2023-03-13perf evlist: Remove nr_groupsIan Rogers
2023-03-13libperf evlist: Avoid a use of evsel idxIan Rogers
2022-12-16libperf: Fix install_pkgconfig targetAlexander Gordeev
2022-12-14tools lib perf: Add dependency test to install_headersIan Rogers
2022-11-20tools lib perf: Make install_headers clearerIan Rogers
2022-11-16libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.hArnaldo Carvalho de Melo
2022-11-16libperf: Remove recursive perf/cpumap.h include from perf/cpumap.hArnaldo Carvalho de Melo
2022-11-16tools lib perf: Add missing install headersIan Rogers
2022-10-14libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo
2022-10-06perf tools: Remove special handling of system-wide evselNamhyung Kim
2022-10-06libperf: Propagate maps only if necessaryNamhyung Kim
2022-10-06libperf: Populate system-wide evsel mapsNamhyung Kim
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter
2022-10-04perf cpumap: Add range data encodingIan Rogers
2022-10-04perf events: Prefer union over variable length arrayIan Rogers
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda
2022-09-21libperf evlist: Fix polling of system-wide eventsAdrian Hunter
2022-09-08libperf evlist: Fix per-thread mmaps for multi-threaded targetsAdrian Hunter
2022-08-19libperf: Add a test case for read formatsNamhyung Kim
2022-08-19libperf: Handle read format in perf_evsel__read()Namhyung Kim
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers
2022-08-19perf cpumap: Const map for max()Ian Rogers