index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
Build
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf bpf filter: Introduce basic BPF filter expression
Namhyung Kim
2023-03-15
1
-0
/
+16
*
perf script: Fix Python support when no libtraceevent
Adrian Hunter
2023-03-15
1
-1
/
+1
*
perf symbol: Add abi::__cxa_demangle C++ demangling support
Ian Rogers
2023-03-14
1
-0
/
+1
*
perf lock contention: Use lock_stat_find{,new}
Namhyung Kim
2023-02-03
1
-1
/
+4
*
perf cs-etm: Print auxtrace info even if OpenCSD isn't linked
James Clark
2022-12-14
1
-0
/
+1
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-7
/
+14
*
perf tool: Move pmus list variable to a new file
Ravi Bangoria
2022-12-14
1
-0
/
+1
*
perf build: Install libsymbol locally when building
Ian Rogers
2022-11-16
1
-5
/
+0
*
perf bpf: Rename perf_include_dir to libbpf_include_dir
Arnaldo Carvalho de Melo
2022-11-04
1
-1
/
+1
*
perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet
Qi Liu
2022-10-15
1
-0
/
+2
*
perf mutex: Wrapped usage of mutex and cond
Pavithra Gurushankar
2022-10-04
1
-0
/
+1
*
perf parse-events: Ignore clang 15 warning about variable set but unused in b...
Jiri Olsa
2022-09-29
1
-1
/
+1
*
perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h...
Leo Yan
2022-08-12
1
-0
/
+1
*
perf parse-events: Break out tracepoint and printing
Ian Rogers
2022-08-02
1
-0
/
+2
*
perf lock: Use BPF for lock contention analysis
Namhyung Kim
2022-08-01
1
-0
/
+1
*
perf kwork: Implement BPF trace
Yang Jihong
2022-07-26
1
-0
/
+1
*
perf record: Enable off-cpu analysis with BPF
Namhyung Kim
2022-05-26
1
-0
/
+1
*
perf maps: Move maps code to own C file
Ian Rogers
2022-02-14
1
-0
/
+1
*
perf arm64: Inject missing frames when using 'perf record --call-graph=fp'
Alexandre Truong
2021-12-21
1
-0
/
+1
*
perf ftrace: Add -b/--use-bpf option for latency subcommand
Namhyung Kim
2021-12-16
1
-0
/
+1
*
perf bpf: Pull in bpf_program__get_prog_info_linear()
Dave Marchevsky
2021-11-01
1
-0
/
+1
*
tools lib: Adopt list_sort() from the kernel sources
Ian Rogers
2021-10-20
1
-0
/
+5
*
perf report: Add support to print a textual representation of IBS raw sample ...
Kim Phillips
2021-09-10
1
-0
/
+1
*
perf stat: Enable BPF counter with --for-each-cgroup
Namhyung Kim
2021-07-05
1
-0
/
+1
*
perf script: Add API for filtering via dynamically loaded shared object
Adrian Hunter
2021-07-01
1
-0
/
+1
*
perf parse-events: Add bison --file-prefix-map option
Denys Zagorui
2021-05-27
1
-3
/
+3
*
perf tools: Fix dynamic libbpf link
Jiri Olsa
2021-05-10
1
-0
/
+7
*
perf record: Create two hybrid 'cycles' events by default
Jin Yao
2021-04-29
1
-0
/
+1
*
perf parse-events: Create two hybrid hardware events
Jin Yao
2021-04-29
1
-0
/
+1
*
perf pmu: Save detected hybrid pmus to a global pmu list
Jin Yao
2021-04-29
1
-0
/
+1
*
perf data: Add JSON export
Nicholas Fraser
2021-04-29
1
-0
/
+1
*
perf stat: Basic support for iostat in perf
Alexander Antonov
2021-04-20
1
-0
/
+1
*
perf tools: Add OCaml demangling
Fabian Hemmer
2021-02-17
1
-0
/
+1
*
perf stat: Enable counting events for BPF programs
Song Liu
2021-01-20
1
-0
/
+1
*
perf streams: Introduce branch history "streams"
Jin Yao
2020-10-14
1
-0
/
+1
*
perf tools: Rename group to topdown
Kan Liang
2020-09-17
1
-0
/
+1
*
perf tools: Add general function to parse sublevel options
Changbin Du
2020-08-14
1
-0
/
+1
*
perf clockid: Move parse_clockid() to new clockid object
Jiri Olsa
2020-08-06
1
-0
/
+1
*
perf parse-events: Disable a subset of bison warnings
Ian Rogers
2020-07-02
1
-3
/
+11
*
perf parse-events: Disable a subset of flex warnings
Ian Rogers
2020-07-02
1
-3
/
+13
*
perf parse-events: Declare bison header file output
Ian Rogers
2020-06-23
1
-6
/
+9
*
perf parse-events: Declare flex header file output
Ian Rogers
2020-06-22
1
-6
/
+9
*
perf pmu: Add flex debug build flag
Ian Rogers
2020-06-22
1
-1
/
+1
*
perf pmu: Add bison debug build flag
Ian Rogers
2020-06-22
1
-1
/
+1
*
perf parse-events: Use automatic variable for yacc input
Ian Rogers
2020-06-22
1
-3
/
+3
*
perf parse-events: Use automatic variable for flex input
Ian Rogers
2020-06-22
1
-3
/
+3
*
perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
Tan Xiaojun
2020-06-01
1
-1
/
+1
*
perf tools: Add optional support for libpfm4
Stephane Eranian
2020-05-29
1
-0
/
+2
*
perf tools: Grab a copy of libbpf's hashmap
Ian Rogers
2020-05-28
1
-0
/
+4
*
perf evlist: Move the sideband thread routines to separate object
Arnaldo Carvalho de Melo
2020-05-05
1
-0
/
+1
[next]