index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf session: Add missing evlist__delete when deleting a session
Riccardo Mancini
2021-07-01
1
-1
/
+4
*
perf annotate: Allow 's' on source code lines
Riccardo Mancini
2021-07-01
1
-3
/
+29
*
perf dlfilter: Add object_code() to perf_dlfilter_fns
Adrian Hunter
2021-07-01
3
-2
/
+41
*
perf dlfilter: Add attr() to perf_dlfilter_fns
Adrian Hunter
2021-07-01
3
-2
/
+18
*
perf dlfilter: Add srcline() to perf_dlfilter_fns
Adrian Hunter
2021-07-01
3
-2
/
+35
*
perf dlfilter: Add insn() to perf_dlfilter_fns
Adrian Hunter
2021-07-01
3
-2
/
+39
*
perf dlfilter: Add resolve_address() to perf_dlfilter_fns
Adrian Hunter
2021-07-01
3
-2
/
+40
*
perf build: Install perf_dlfilter.h
Adrian Hunter
2021-07-01
2
-1
/
+6
*
perf script: Add option to pass arguments to dlfilters
Adrian Hunter
2021-07-01
6
-13
/
+91
*
perf script: Add option to list dlfilters
Adrian Hunter
2021-07-01
6
-1
/
+134
*
perf script: Add dlfilter__filter_event_early()
Adrian Hunter
2021-07-01
5
-16
/
+59
*
perf script: Add API for filtering via dynamically loaded shared object
Adrian Hunter
2021-07-01
7
-2
/
+780
*
perf llvm: Return -ENOMEM when asprintf() fails
Arnaldo Carvalho de Melo
2021-07-01
1
-0
/
+2
*
perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events()
James Clark
2021-07-01
1
-1
/
+5
*
perf arm-spe: Don't wait for PERF_RECORD_EXIT event
Leo Yan
2021-07-01
1
-5
/
+1
*
perf arm-spe: Bail out if the trace is later than perf event
Leo Yan
2021-07-01
1
-3
/
+34
*
perf arm-spe: Assign kernel time to synthesized event
Leo Yan
2021-07-01
1
-1
/
+1
*
perf arm-spe: Convert event kernel time to counter value
Leo Yan
2021-07-01
1
-1
/
+1
*
perf arm-spe: Save clock parameters from TIME_CONV event
Leo Yan
2021-07-01
1
-0
/
+26
*
perf cs-etm: Remove callback cs_etm_find_snapshot()
Leo Yan
2021-07-01
1
-133
/
+0
*
perf bpf_counter: Move common functions to bpf_counter.h
Namhyung Kim
2021-07-01
2
-52
/
+52
*
perf tools: Add cgroup_is_v2() helper
Namhyung Kim
2021-07-01
2
-0
/
+21
*
perf tools: Add read_cgroup_id() function
Namhyung Kim
2021-07-01
2
-0
/
+35
*
perf top: Add cgroup support for perf top (-G)
Joshua Martinez
2021-06-24
2
-0
/
+20
*
perf script: Share addr_al between functions
Adrian Hunter
2021-06-22
1
-14
/
+24
*
perf script: Move filtering before scripting
Adrian Hunter
2021-06-22
1
-6
/
+6
*
perf script: Move filter_cpu() earlier
Adrian Hunter
2021-06-22
1
-3
/
+3
*
perf test: Pass the verbose option to shell tests
Ian Rogers
2021-06-22
1
-1
/
+4
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-06-22
19
-24
/
+53
|
\
|
*
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
2021-06-19
1
-2
/
+0
|
*
perf test: Fix non-bash issue with stat bpf counters
Ian Rogers
2021-06-19
1
-2
/
+2
|
*
perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOL
Riccardo Mancini
2021-06-19
1
-1
/
+2
|
*
perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...
John Garry
2021-06-19
1
-3
/
+5
|
*
perf metricgroup: Fix find_evsel_group() event selector
John Garry
2021-06-19
1
-3
/
+3
|
*
perf session: Correct buffer copying when peeking events
Leo Yan
2021-06-11
1
-0
/
+1
|
*
perf env: Fix memory leak of bpf_prog_info_linear member
Riccardo Mancini
2021-06-04
1
-0
/
+1
|
*
perf symbol-elf: Fix memory leak by freeing sdt_note.args
Riccardo Mancini
2021-06-04
1
-0
/
+1
|
*
perf stat: Honor event config name on --no-merge
Namhyung Kim
2021-06-04
1
-5
/
+3
|
*
perf evsel: Add missing cloning of evsel->use_config_name
Namhyung Kim
2021-06-04
2
-2
/
+3
|
*
perf test: Test 17 fails with make LIBPFM4=1 on s390 z/VM
Thomas Richter
2021-06-01
1
-1
/
+1
|
*
perf stat: Fix error return code in bperf__load()
Yu Kuai
2021-06-01
1
-2
/
+4
|
*
perf record: Move probing cgroup sampling support
Namhyung Kim
2021-06-01
3
-0
/
+17
|
*
perf probe: Fix NULL pointer dereference in convert_variable_location()
Li Huafei
2021-06-01
2
-2
/
+9
|
*
perf tools: Copy uapi/asm/perf_regs.h from the kernel for MIPS
Tiezhu Yang
2021-06-01
2
-1
/
+1
*
|
perf probe: Add --bootconfig to output definition in bootconfig format
Masami Hiramatsu
2021-06-18
3
-1
/
+85
*
|
perf probe: Cleanup synthesize_probe_trace_command()
Masami Hiramatsu
2021-06-18
1
-37
/
+49
*
|
perf probe: Support probes on init functions for offline kernel
Masami Hiramatsu
2021-06-18
1
-2
/
+7
*
|
perf test: Make stat bpf counters test more robust
Ian Rogers
2021-06-18
1
-0
/
+8
*
|
perf test: Add verbose skip output for bpf counters
Ian Rogers
2021-06-18
1
-1
/
+7
*
|
perf annotate: Add itrace options support
Yang Jihong
2021-06-16
2
-0
/
+18
[next]