index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
72
-123
/
+124
*
perf test: Add 30s timeout for wait for daemon start.
Ian Rogers
2021-03-17
1
-0
/
+7
*
perf test: Cleanup daemon if test is interrupted.
Ian Rogers
2021-03-17
1
-14
/
+20
*
perf test: Remove unused argument
Ian Rogers
2021-03-17
1
-8
/
+7
*
perf stat: Improve readability of shadow stats
Changbin Du
2021-03-15
3
-16
/
+22
*
perf stat: Elaborate use cases for the -n/--null command line option
Arnaldo Carvalho de Melo
2021-03-15
1
-1
/
+4
*
perf vendor events arm64: Add Fujitsu A64FX pmu event
Shunsuke Nakamura
2021-03-15
11
-0
/
+864
*
perf vendor events arm64: Add more common and uarch events
Shunsuke Nakamura
2021-03-15
1
-0
/
+228
*
perf evlist: Change the COMM when preparing the workload
Arnaldo Carvalho de Melo
2021-03-15
1
-0
/
+8
*
perf machine: Assign boolean values to a bool variable
Jiapeng Chong
2021-03-09
1
-2
/
+2
*
perf tools: use ARRAY_SIZE
Jiapeng Chong
2021-03-09
1
-1
/
+1
*
perf stat: Fixup __perf_stat_evsel__is() prefix
Arnaldo Carvalho de Melo
2021-03-09
2
-5
/
+3
*
perf script: Fixup 'struct evsel_script' method prefix
Arnaldo Carvalho de Melo
2021-03-09
1
-10
/
+8
*
perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...
Arnaldo Carvalho de Melo
2021-03-08
1
-1
/
+1
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-03-08
47
-128
/
+311
|
\
|
*
perf cs-etm: Fix bitmap for option
Suzuki K Poulose
2021-03-06
1
-4
/
+8
|
*
perf trace: Fix race in signal handling
Michael Petlan
2021-03-06
1
-3
/
+2
|
*
perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...
Arnaldo Carvalho de Melo
2021-03-06
1
-4
/
+3
|
*
perf report: Fix -F for branch & mem modes
Ravi Bangoria
2021-03-06
1
-2
/
+2
|
*
perf tests x86: Move insn.h include to make sure it finds stddef.h
Arnaldo Carvalho de Melo
2021-03-06
2
-2
/
+2
|
*
perf test: Support the ins_lat check in the X86 specific test
Kan Liang
2021-03-06
4
-0
/
+127
|
*
perf test: Fix sample-parsing failure on non-x86 platforms
Kan Liang
2021-03-06
1
-4
/
+0
|
*
perf archive: Fix filtering of empty build-ids
Nicholas Fraser
2021-03-06
1
-2
/
+1
|
*
perf daemon: Fix compile error with Asan
Namhyung Kim
2021-03-06
1
-1
/
+1
|
*
perf stat: Fix use-after-free when -r option is used
Namhyung Kim
2021-03-06
1
-0
/
+1
|
*
perf stat: Fix wrong skipping for per-die aggregation
Jin Yao
2021-03-06
4
-11
/
+59
|
*
tools headers: Update syscall.tbl files to support mount_setattr
Arnaldo Carvalho de Melo
2021-03-06
3
-0
/
+3
|
*
perf test: Fix cpu and thread map leaks in perf_time_to_tsc test
Namhyung Kim
2021-03-06
1
-0
/
+2
|
*
perf test: Fix cpu map leaks in cpu_map_print test
Namhyung Kim
2021-03-06
1
-0
/
+2
|
*
perf test: Fix a memory leak in thread_map_remove test
Namhyung Kim
2021-03-06
1
-5
/
+2
|
*
perf test: Fix a thread map leak in thread_map_synthesize test
Namhyung Kim
2021-03-06
1
-0
/
+1
|
*
perf test: Fix cpu and thread map leaks in switch_tracking test
Namhyung Kim
2021-03-06
1
-3
/
+2
|
*
perf test: Fix cpu and thread map leaks in keep_tracking test
Namhyung Kim
2021-03-06
1
-3
/
+2
|
*
perf test: Fix cpu and thread map leaks in code_reading test
Namhyung Kim
2021-03-06
1
-7
/
+3
|
*
perf test: Fix cpu and thread map leaks in sw_clock_freq test
Namhyung Kim
2021-03-06
1
-8
/
+4
|
*
perf test: Fix cpu and thread map leaks in task_exit test
Namhyung Kim
2021-03-06
1
-7
/
+3
|
*
perf test: Fix a memory leak in attr test
Namhyung Kim
2021-03-06
1
-1
/
+7
|
*
perf test: Fix cpu and thread map leaks in basic mmap test
Namhyung Kim
2021-03-06
1
-2
/
+0
|
*
perf tools: Fix event's PMU name parsing
Jiri Olsa
2021-03-06
1
-1
/
+5
|
*
perf daemon: Fix running test for non root user
Jiri Olsa
2021-03-06
1
-16
/
+16
|
*
perf daemon: Fix control fifo permissions
Jiri Olsa
2021-03-06
1
-2
/
+2
|
*
perf build: Fix ccache usage in $(CC) when generating arch errno table
Antonio Terceiro
2021-03-06
1
-1
/
+1
|
*
perf tools: Fix documentation of verbose options
Ian Rogers
2021-03-06
4
-6
/
+6
|
*
perf traceevent: Ensure read cmdlines are null terminated.
Ian Rogers
2021-03-06
1
-0
/
+1
|
*
perf bench numa: Fix the condition checks for max number of NUMA nodes
Athira Rajeev
2021-03-06
1
-13
/
+29
|
*
perf diff: Don't crash on freeing errno-session on the error path
Dmitry Safonov
2021-03-06
1
-1
/
+2
|
*
perf tools: Clean 'generated' directory used for creating the syscall table o...
Andreas Wendleder
2021-03-06
1
-5
/
+6
|
*
perf build: Move feature cleanup under tools/build
Jiri Olsa
2021-03-06
1
-9
/
+1
|
*
perf tools: Cast (struct timeval).tv_sec when printing
Pierre Gondois
2021-03-06
5
-9
/
+9
|
*
perf arch powerpc: Sync powerpc syscall.tbl with the kernel sources
Arnaldo Carvalho de Melo
2021-03-06
1
-15
/
+5
[next]