summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers
2023-06-12perf addr_location: Move to its own headerIan Rogers
2023-06-12perf maps: Make delete static, always use putIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-06-12perf thread: Make threads rbtree non-invasiveIan Rogers
2023-06-12perf thread: Remove notion of dead threadsIan Rogers
2023-06-12perf test: Add test of libpfm4 eventsIan Rogers
2023-06-12perf list: Check arguments to show libpfm4 eventsIan Rogers
2023-06-12perf list: Check if libpfm4 event is supportedNamhyung Kim
2023-06-12perf parse: Allow config terms with breakpointsAdrian Hunter
2023-06-12perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo
2023-06-09tools headers: Make the difference output easier to readIan Rogers
2023-06-09perf annotate: Remove x86 instructions with suffixNamhyung Kim
2023-06-09perf annotate: Handle x86 instruction suffix generallyNamhyung Kim
2023-06-05perf stat: Document --metric-no-threshold and threshold colorsIan Rogers
2023-06-05perf expr: Make the evaluation of & and | logical and lazyIan Rogers
2023-06-05perf LoongArch: Simplify mksyscalltblTiezhu Yang
2023-06-05perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_IDTiezhu Yang
2023-06-05perf arm64: Handle __NR3264_ prefixed syscall numberTiezhu Yang
2023-06-05perf arm64: Rename create_table_from_c() to create_sc_table()Tiezhu Yang
2023-06-05perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang
2023-06-05perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo
2023-06-01perf script: Increase PID/TID width for outputNamhyung Kim
2023-06-01perf pmu: Warn about invalid config for all PMUs and configsIan Rogers
2023-06-01perf pmu: Only warn about unsupported formats onceIan Rogers
2023-06-01perf test: Update parse-events expectations to test for multiple eventsIan Rogers
2023-06-01perf parse-events: Wildcard most "numeric" eventsIan Rogers
2023-06-01perf evsel: Add verbose 3 print of evsel name when openingIan Rogers
2023-06-01perf pmu: Correct perf_pmu__auto_merge_stats() affecting hybridIan Rogers
2023-05-31Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo
2023-05-30perf kvm powerpc: Add missing rename opf pmu_have_event() to perf_pmus__have_...Ian Rogers
2023-05-28libsubcmd: Avoid two path statics, removing 8192 bytes from .bssIan Rogers
2023-05-28perf test pmu: Avoid 2 static path arraysIan Rogers
2023-05-28tools api fs: Dynamically allocate cgroupfs mount point cache, removing 4128 ...Ian Rogers
2023-05-28perf scripting-engines: Move static to local variable, remove 16384 from .bssIan Rogers
2023-05-28perf path: Make mkpath thread safe, remove 16384 bytes from .bssIan Rogers
2023-05-28perf probe: Dynamically allocate params memoryIan Rogers
2023-05-28perf timechart: Make large arrays dynamicIan Rogers
2023-05-28perf lock: Dynamically allocate lockhash_tableIan Rogers
2023-05-28perf daemon: Dynamically allocate path to perfIan Rogers
2023-05-28tools lib api fs tracing_path: Remove two unused MAX_PATH pathsIan Rogers
2023-05-28tools api fs: Avoid large static PATH_MAX arraysIan Rogers
2023-05-28perf trace beauty: Make MSR arrays const to move it to .data.rel.roIan Rogers
2023-05-28perf trace: Make some large static arrays const to move it to .data.rel.roIan Rogers
2023-05-28perf test x86: intel-pt-test data is immutable so mark it constIan Rogers
2023-05-28perf test x86: insn-x86 test data is immutable so mark it constIan Rogers
2023-05-28perf header: Make nodes dynamic in write_mem_topology()Ian Rogers
2023-05-28perf evsel: Don't let for_each_group() treat the head of the list as one of i...Ian Rogers
2023-05-28perf evsel: Don't let evsel__group_pmu_name() traverse unsorted groupIan Rogers
2023-05-27perf pmu: Remove is_pmu_hybridIan Rogers