index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-inject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-28
1
-1
/
+1
*
perf inject: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
Arnaldo Carvalho de Melo
2020-05-05
1
-3
/
+2
*
perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()
Arnaldo Carvalho de Melo
2020-05-05
1
-1
/
+1
*
perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...
Arnaldo Carvalho de Melo
2020-05-05
1
-1
/
+1
*
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
2020-05-05
1
-4
/
+3
*
perf auxtrace: Add option to synthesize branch stack for regular events
Adrian Hunter
2020-05-05
1
-1
/
+2
*
perf inject: Fix processing of ID index for injected instruction tracing
Adrian Hunter
2019-12-04
1
-12
/
+1
*
perf inject: Cut AUX area samples
Adrian Hunter
2019-11-22
1
-0
/
+29
*
perf inject: Make --strip keep evsels
Adrian Hunter
2019-11-06
1
-54
/
+0
*
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
2019-09-20
1
-2
/
+3
*
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
1
-1
/
+0
*
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-7
/
+7
*
perf evlist: Rename perf_evlist__remove() to evlist__remove()
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evsel: Rename perf_evsel__delete() to evsel__delete()
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
1
-4
/
+4
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-15
/
+15
*
perf inject: The tool->read() call may pass a NULL evsel, handle it
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
perf inject: Enable COMPRESSED record decompression
Alexey Budankov
2019-05-15
1
-0
/
+4
*
perf data: Add global path holder
Jiri Olsa
2019-02-22
1
-6
/
+4
*
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
perf tools: Report itrace options in help
Andi Kleen
2018-09-19
1
-1
/
+2
*
perf tools: Remove perf_tool from event_op3
Jiri Olsa
2018-09-19
1
-6
/
+5
*
perf tools: Remove perf_tool from event_op2
Jiri Olsa
2018-09-19
1
-15
/
+11
*
perf thread: Make thread__find_map() return the map
Arnaldo Carvalho de Melo
2018-04-26
1
-3
/
+1
*
perf thread: Introduce thread__find_map()
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...
Adrian Hunter
2018-01-18
1
-2
/
+1
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
perf tools: Add struct perf_data_file
Jiri Olsa
2017-10-30
1
-5
/
+7
*
|
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-10-30
1
-13
/
+13
|
/
*
perf tools: Add feature header record to pipe-mode
David Carrillo-Cisneros
2017-07-18
1
-0
/
+1
*
perf tools: Use just forward declarations for struct thread where possible
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Add signal.h to places using its definitions
Arnaldo Carvalho de Melo
2017-04-20
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf inject: Don't proceed if perf_session__process_event() fails
David Carrillo-Cisneros
2017-04-11
1
-0
/
+2
*
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
2017-03-27
1
-1
/
+1
*
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
Hari Bathini
2017-03-14
1
-0
/
+13
*
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
1
-1
/
+1
*
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
2016-06-23
1
-4
/
+4
*
perf tools: Add time conversion event
Adrian Hunter
2016-03-31
1
-0
/
+1
*
perf tools: Add cpumode to struct perf_sample
Arnaldo Carvalho de Melo
2016-03-23
1
-4
/
+1
*
perf tools: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
2016-03-23
1
-2
/
+1
*
perf jitdump: Build only on supported archs
Jiri Olsa
2016-03-10
1
-5
/
+7
*
perf jitdump: DWARF is also needed
Arnaldo Carvalho de Melo
2016-03-09
1
-5
/
+5
*
perf jit: Move clockid validation
Adrian Hunter
2016-03-08
1
-24
/
+0
*
perf jit: Let jit_process() return errors
Adrian Hunter
2016-03-08
1
-4
/
+12
*
perf inject: Hit all DSOs for AUX data in JIT and other cases
Adrian Hunter
2016-03-08
1
-4
/
+8
[next]