index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
perf dso: Use container_of() to avoid a pointer in 'struct dso_data'
Ian Rogers
3
-32
/
+46
2024-05-06
perf symbol-elf: dso__load_sym_internal() reference count fixes
Ian Rogers
1
-26
/
+25
2024-05-06
perf symbol-elf: Ensure dso__put() in machine__process_ksymbol_register()
Ian Rogers
1
-3
/
+3
2024-05-06
perf map: Add missing dso__put() in map__new()
Ian Rogers
1
-0
/
+1
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
57
-739
/
+1169
2024-05-06
perf dsos: Switch hand crafted code to bsearch()
Ian Rogers
1
-19
/
+27
2024-05-06
perf dsos: Remove __dsos__findnew_link_by_longname_id()
Ian Rogers
2
-47
/
+10
2024-05-06
perf dsos: Remove __dsos__addnew()
Ian Rogers
2
-6
/
+0
2024-05-06
perf dsos: Switch backing storage to array from rbtree/list
Ian Rogers
4
-109
/
+177
2024-05-04
perf vendor events amd: Add Zen 5 mapping
Sandipan Das
1
-0
/
+1
2024-05-04
perf vendor events amd: Add Zen 5 metrics
Sandipan Das
2
-0
/
+444
2024-05-04
perf vendor events amd: Add Zen 5 uncore events
Sandipan Das
2
-0
/
+278
2024-05-04
perf vendor events amd: Add Zen 5 core events
Sandipan Das
7
-0
/
+1983
2024-05-04
perf trace: Disable syscall augmentation with record
Ian Rogers
1
-0
/
+5
2024-05-03
perf pmu: Assume sysfs events are always the same case
Ian Rogers
1
-5
/
+26
2024-05-03
perf test pmu: Test all sysfs PMU event names are the same case
Ian Rogers
1
-0
/
+90
2024-05-03
perf test pmu: Add an eagerly loaded event test
Ian Rogers
2
-21
/
+124
2024-05-03
perf test pmu: Refactor format test and exposed test APIs
Ian Rogers
7
-179
/
+177
2024-05-03
perf test pmu-events: Make it clearer that pmu-events tests JSON events
Ian Rogers
1
-1
/
+1
2024-05-02
perf maps: Remove check_invariants() from maps__lock()
Namhyung Kim
1
-5
/
+11
2024-05-02
perf cs-etm: Improve version detection and error reporting
James Clark
1
-18
/
+43
2024-05-02
perf cs-etm: Remove repeated fetches of the ETM PMU
James Clark
1
-33
/
+27
2024-05-02
perf cs-etm: Use struct perf_cpu as much as possible
James Clark
1
-116
/
+88
2024-05-02
perf annotate-data: Check kind of stack variables
Namhyung Kim
1
-0
/
+6
2024-05-02
perf annotate-data: Handle multi regs in find_data_type_block()
Namhyung Kim
1
-11
/
+12
2024-05-02
perf annotate-data: Check memory access with two registers
Namhyung Kim
1
-5
/
+39
2024-05-02
perf annotate-data: Handle direct global variable access
Namhyung Kim
1
-12
/
+15
2024-05-02
perf annotate-data: Collect global variables in advance
Namhyung Kim
1
-2
/
+55
2024-05-02
perf dwarf-aux: Add die_collect_global_vars()
Namhyung Kim
2
-0
/
+70
2024-04-27
perf test: Reintroduce -p/--parallel and make -S/--sequential the default
Arnaldo Carvalho de Melo
2
-2
/
+19
2024-04-27
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
4
-7
/
+21
2024-04-27
tools headers x86 cpufeatures: Sync with the kernel sources to pick BHI mitig...
Arnaldo Carvalho de Melo
1
-1
/
+6
2024-04-27
perf annotate: Fix data type profiling on stdio
Namhyung Kim
1
-1
/
+1
2024-04-27
perf build: Pretend scandirat is missing with msan
Ian Rogers
1
-1
/
+4
2024-04-27
perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)
Adrian Hunter
2
-0
/
+4
2024-04-27
perf record: Fix comment misspellings
Howard Chu
2
-3
/
+3
2024-04-27
perf annotate: Update DSO binary type when trying build-id
Namhyung Kim
1
-0
/
+2
2024-04-27
perf annotate: Fallback disassemble to objdump when capstone fails
Namhyung Kim
1
-0
/
+14
2024-04-27
perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...
Namhyung Kim
1
-1
/
+1
2024-04-27
perf test: Add a new test for 'perf annotate'
Namhyung Kim
1
-0
/
+83
2024-04-27
perf parse-events: Tidy the setting of the default event name
Ian Rogers
4
-7
/
+19
2024-04-27
perf parse-events: Minor grouping tidy up
Ian Rogers
2
-1
/
+6
2024-04-27
perf parse-event: Constify event_symbol arrays
Ian Rogers
2
-4
/
+4
2024-04-27
perf parse-events: Improvements to modifier parsing
Ian Rogers
4
-182
/
+194
2024-04-27
perf parse-events: Inline parse_events_evlist_error
Ian Rogers
3
-13
/
+8
2024-04-27
perf parse-events: Improve error message for bad numbers
Ian Rogers
1
-16
/
+24
2024-04-27
perf parse-events: Inline parse_events_update_lists
Ian Rogers
3
-31
/
+25
2024-04-27
perf parse-events: Prefer sysfs/JSON hardware events over legacy
Ian Rogers
4
-68
/
+103
2024-04-27
perf parse-events: Constify parse_events_add_numeric
Ian Rogers
2
-10
/
+12
2024-04-27
perf parse-events: Handle PE_TERM_HW in name_or_raw
Ian Rogers
1
-26
/
+5
[next]