index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
perf addr_location: Move to its own header
Ian Rogers
2023-06-12
perf maps: Make delete static, always use put
Ian Rogers
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
perf thread: Make threads rbtree non-invasive
Ian Rogers
2023-06-12
perf thread: Remove notion of dead threads
Ian Rogers
2023-06-12
perf test: Add test of libpfm4 events
Ian Rogers
2023-06-12
perf list: Check arguments to show libpfm4 events
Ian Rogers
2023-06-12
perf list: Check if libpfm4 event is supported
Namhyung Kim
2023-06-12
perf parse: Allow config terms with breakpoints
Adrian Hunter
2023-06-12
perf script: Fix allocation of evsel->priv related to per-event dump files
Arnaldo Carvalho de Melo
2023-06-09
tools headers: Make the difference output easier to read
Ian Rogers
2023-06-09
perf annotate: Remove x86 instructions with suffix
Namhyung Kim
2023-06-09
perf annotate: Handle x86 instruction suffix generally
Namhyung Kim
2023-06-05
perf stat: Document --metric-no-threshold and threshold colors
Ian Rogers
2023-06-05
perf expr: Make the evaluation of & and | logical and lazy
Ian Rogers
2023-06-05
perf LoongArch: Simplify mksyscalltbl
Tiezhu Yang
2023-06-05
perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_ID
Tiezhu Yang
2023-06-05
perf arm64: Handle __NR3264_ prefixed syscall number
Tiezhu Yang
2023-06-05
perf arm64: Rename create_table_from_c() to create_sc_table()
Tiezhu Yang
2023-06-05
perf tools: Declare syscalltbl_*[] as const for all archs
Tiezhu Yang
2023-06-05
perf bench: Add missing setlocale() call to allow usage of %'d style formatting
Arnaldo Carvalho de Melo
2023-06-01
perf script: Increase PID/TID width for output
Namhyung Kim
2023-06-01
perf pmu: Warn about invalid config for all PMUs and configs
Ian Rogers
2023-06-01
perf pmu: Only warn about unsupported formats once
Ian Rogers
2023-06-01
perf test: Update parse-events expectations to test for multiple events
Ian Rogers
2023-06-01
perf parse-events: Wildcard most "numeric" events
Ian Rogers
2023-06-01
perf evsel: Add verbose 3 print of evsel name when opening
Ian Rogers
2023-06-01
perf pmu: Correct perf_pmu__auto_merge_stats() affecting hybrid
Ian Rogers
2023-05-31
Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-next
Arnaldo Carvalho de Melo
2023-05-30
perf kvm powerpc: Add missing rename opf pmu_have_event() to perf_pmus__have_...
Ian Rogers
2023-05-28
libsubcmd: Avoid two path statics, removing 8192 bytes from .bss
Ian Rogers
2023-05-28
perf test pmu: Avoid 2 static path arrays
Ian Rogers
2023-05-28
tools api fs: Dynamically allocate cgroupfs mount point cache, removing 4128 ...
Ian Rogers
2023-05-28
perf scripting-engines: Move static to local variable, remove 16384 from .bss
Ian Rogers
2023-05-28
perf path: Make mkpath thread safe, remove 16384 bytes from .bss
Ian Rogers
2023-05-28
perf probe: Dynamically allocate params memory
Ian Rogers
2023-05-28
perf timechart: Make large arrays dynamic
Ian Rogers
2023-05-28
perf lock: Dynamically allocate lockhash_table
Ian Rogers
2023-05-28
perf daemon: Dynamically allocate path to perf
Ian Rogers
2023-05-28
tools lib api fs tracing_path: Remove two unused MAX_PATH paths
Ian Rogers
2023-05-28
tools api fs: Avoid large static PATH_MAX arrays
Ian Rogers
2023-05-28
perf trace beauty: Make MSR arrays const to move it to .data.rel.ro
Ian Rogers
2023-05-28
perf trace: Make some large static arrays const to move it to .data.rel.ro
Ian Rogers
2023-05-28
perf test x86: intel-pt-test data is immutable so mark it const
Ian Rogers
2023-05-28
perf test x86: insn-x86 test data is immutable so mark it const
Ian Rogers
2023-05-28
perf header: Make nodes dynamic in write_mem_topology()
Ian Rogers
2023-05-28
perf evsel: Don't let for_each_group() treat the head of the list as one of i...
Ian Rogers
2023-05-28
perf evsel: Don't let evsel__group_pmu_name() traverse unsorted group
Ian Rogers
2023-05-27
perf pmu: Remove is_pmu_hybrid
Ian Rogers
[next]